[ Index ]

PHP Cross Reference of Joomla 1.5.26 DE

title

Body

[close]

/plugins/system/legacy/ -> html.php (summary)

(no description)

Copyright: Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved.
License: GNU/GPL, see LICENSE.php
Version: $Id: html.php 14401 2010-01-26 14:10:00Z louis $
File Size: 346 lines (10 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

mosHTML:: (17 methods):
  makeOption()
  selectList()
  integerSelectList()
  radioList()
  yesnoRadioList()
  writableCell()
  monthSelectList()
  treeSelectList()
  yesnoSelectList()
  idBox()
  sortIcon()
  CloseButton()
  BackButton()
  cleanText()
  PrintIcon()
  emailCloaking()
  keepAlive()


Class: mosHTML  - X-Ref

Legacy class, use {@link JHTML} instead

makeOption( $value, $text='', $value_name='value', $text_name='text' )   X-Ref
Legacy function, use {@link JHTML::_('select.option')} instead


selectList( &$arr, $tag_name, $tag_attribs, $key, $text, $selected=NULL, $idtag=false, $flag=false )   X-Ref
Legacy function, use {@link JHTML::_('select.genericlist')} instead


integerSelectList( $start, $end, $inc, $tag_name, $tag_attribs, $selected, $format="" )   X-Ref
Legacy function, use {@link JHTML::_('select.integerlist')} instead


radioList( &$arr, $tag_name, $tag_attribs, $selected=null, $key='value', $text='text', $idtag=false )   X-Ref
Legacy function, use {@link JHTML::_('select.radiolist')} instead


yesnoRadioList( $tag_name, $tag_attribs, $selected, $yes='yes', $no='no', $id=false )   X-Ref
Legacy function, use {@link JHTML::_('select.booleanlist')} instead


writableCell( $folder, $relative=1, $text='', $visible=1 )   X-Ref
Legacy function, deprecated


monthSelectList( $tag_name, $tag_attribs, $selected )   X-Ref
Legacy function, deprecated


treeSelectList( &$src_list, $src_id, $tgt_list, $tag_name, $tag_attribs, $key, $text, $selected )   X-Ref
Legacy function, deprecated


yesnoSelectList( $tag_name, $tag_attribs, $selected, $yes='yes', $no='no' )   X-Ref
Legacy function, deprecated


idBox( $rowNum, $recId, $checkedOut=false, $name='cid' )   X-Ref
Legacy function, use {@link JHTML::_('grid.id')} instead


sortIcon( $text, $base_href, $field, $state='none' )   X-Ref
Legacy function, deprecated


CloseButton( &$params, $hide_js=NULL )   X-Ref
Legacy function, deprecated


BackButton( &$params, $hide_js=NULL )   X-Ref
Legacy function, deprecated


cleanText( &$text )   X-Ref
Legacy function, use {@link JFilterOutput::cleanText()} instead


PrintIcon( &$row, &$params, $hide_js, $link, $status=NULL )   X-Ref
Legacy function, deprecated


emailCloaking( $mail, $mailto=1, $text='', $email=1 )   X-Ref
Legacy function, use {@link JHTML::_('email.cloak')} instead


keepAlive()   X-Ref
Legacy function, use {@link JHTML::_('behavior.keepalive')} instead




Generated: Wed Mar 28 15:54:07 2012 Cross-referenced by PHPXref 0.7.1