Joomla CMS
2.5.24 (avec JPlatform 11.4 inclus)
Documentation des API du CMS Joomla en version 2.5 et du framework Joomla Platform intégré
|
Liste complète des membres de JForm, y compris les membres hérités :
$data | JForm | protected |
$errors | JForm | protected |
$forms | JForm | protectedstatic |
$name | JForm | protected |
$options | JForm | protected |
$xml | JForm | protected |
__construct($name, array $options=array()) | JForm | |
addFieldPath($new=null) | JForm | static |
addFormPath($new=null) | JForm | static |
addNode(SimpleXMLElement $source, SimpleXMLElement $new) | JForm | protectedstatic |
addRulePath($new=null) | JForm | static |
bind($data) | JForm | |
bindLevel($group, $data) | JForm | protected |
filter($data, $group=null) | JForm | |
filterField($element, $value) | JForm | protected |
findField($name, $group=null) | JForm | protected |
findFieldsByFieldset($name) | JForm | protected |
findFieldsByGroup($group=null, $nested=false) | JForm | protected |
findGroup($group) | JForm | protected |
getErrors() | JForm | |
getField($name, $group=null, $value=null) | JForm | |
getFieldAttribute($name, $attribute, $default=null, $group=null) | JForm | |
getFieldset($set=null) | JForm | |
getFieldsets($group=null) | JForm | |
getFormControl() | JForm | |
getGroup($group, $nested=false) | JForm | |
getInput($name, $group=null, $value=null) | JForm | |
getInstance($name, $data=null, $options=array(), $replace=true, $xpath=false) | JForm | static |
getLabel($name, $group=null) | JForm | |
getName() | JForm | |
getValue($name, $group=null, $default=null) | JForm | |
load($data, $replace=true, $xpath=false) | JForm | |
loadField($element, $group=null, $value=null) | JForm | protected |
loadFieldType($type, $new=true) | JForm | protected |
loadFile($file, $reset=true, $xpath=false) | JForm | |
loadRuleType($type, $new=true) | JForm | protected |
mergeNode(SimpleXMLElement $source, SimpleXMLElement $new) | JForm | protectedstatic |
mergeNodes(SimpleXMLElement $source, SimpleXMLElement $new) | JForm | protectedstatic |
removeField($name, $group=null) | JForm | |
removeGroup($group) | JForm | |
reset($xml=false) | JForm | |
setField(&$element, $group=null, $replace=true) | JForm | |
setFieldAttribute($name, $attribute, $value, $group=null) | JForm | |
setFields(&$elements, $group=null, $replace=true) | JForm | |
setValue($name, $group=null, $value=null) | JForm | |
syncPaths() | JForm | protected |
validate($data, $group=null) | JForm | |
validateField($element, $group=null, $value=null, $input=null) | JForm | protected |