[ Index ] |
|
Code source de eGroupWare 1.2.106-2 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
Poids: | 522 lignes (18 kb) |
Inclus ou requis: | 0 fois |
Référencé: | 0 fois |
Nécessite: | 0 fichiers |
uiwidgets:: (10 méthodes):
uiwidgets()
createHTMLFolder()
messageTable()
multiSelectBox()
navbarButton()
navbarSeparator()
show_readable_size()
tableView()
tableViewAddRow()
tableViewAddTextCell()
uiwidgets() X-Ref |
the contructor |
createHTMLFolder($_folders, $_selected, $_topFolderName, $_topFolderDescription, $_divName, $_displayCheckBox) X-Ref |
create a folder tree this function will create a foldertree based on javascript on click the sorounding form gets submitted param: _folders array containing the list of folders param: _selected string containing the selected folder param: _topFolderName string containing the top folder name param: _topFolderDescription string containing the description for the top folder param: _formName string name of the sorounding form param: _hiddenVar string hidden form value, transports the selected folder return: string the html code, to be added into the template |
messageTable($_headers, $_isSentFolder, $_readInNewWindow) X-Ref |
Pas de description |
multiSelectBox($_selectedValues, $_predefinedValues, $_valueName, $_boxWidth="100%") X-Ref |
create multiselectbox this function will create a multiselect box. Hard to describe! :) returns: the html code, to be added into the template param: _selectedValues Array of values for already selected values(the left selectbox) param: _predefinedValues Array of values for predefined values(the right selectbox) param: _valueName name for the variable containing the selected values param: _boxWidth the width of the multiselectbox( example: 100px, 100%) |
navbarButton($_imageName, $_imageAction, $_toolTip='', $_float='left') X-Ref |
Pas de description |
navbarSeparator() X-Ref |
Pas de description |
show_readable_size($bytes, $_mode='short') X-Ref |
Pas de description |
tableView($_headValues, $_tableWidth="100%") X-Ref |
Pas de description |
tableViewAddRow() X-Ref |
Pas de description |
tableViewAddTextCell($_rowID,$_text) X-Ref |
Pas de description |
Généré le : Sun Feb 25 17:20:01 2007 | par Balluche grâce à PHPXref 0.7 |