phpMv
-UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
|
Twitter Bootstrap Collapse component. More...
Public Member Functions | |
__construct ($element=NULL) | |
attachTo ($identifier) | |
getAttachedZone () | |
setAttachedZone (HtmlDoubleElement $element) | |
createCollapsedZone ($content="", $attachTo=NULL) | |
addCollapsedZone ($content="", $attachTo=NULL) | |
run (JsUtils $js) | |
__toString () | |
![]() | |
__construct ($element) | |
getElement () | |
setElement ($element) | |
addBadge ($caption, $leftSeparator=" ") | |
addLabel ($caption, $style="label-default", $leftSeparator=" ") | |
run (JsUtils $js) | |
![]() | |
run (JsUtils $js) | |
getTagName () | |
setTagName ($tagName) | |
fromArray ($array) | |
fromDatabaseObjects ($objects, $function) | |
fromDatabaseObject ($object, $function) | |
wrap ($before, $after="") | |
getElementById ($identifier, $elements) | |
getBsComponent () | |
setBsComponent ($bsComponent) | |
compile (JsUtils $js=NULL, &$view=NULL) | |
setDraggable ($attr="id", $dropZone=null, $parameters=[]) | |
Sets the element draggable, and eventualy defines the dropzone (HTML5 drag and drop) More... | |
asDropZone ($jsCallback="", $jqueryDone="append", $parameters=[]) | |
Declares the element as a drop zone (HTML5 drag and drop) More... | |
asFileDropZone ($responseElement=null, $url=null, $progress=null, $jsCallback="", $parameters=[]) | |
Declares the element as a drop zone for file uploading (HTML5 drag and drop) More... | |
__toString () | |
onPostCompile ($callback) | |
onPreCompile ($callback) | |
![]() | |
__construct ($identifier) | |
getIdentifier () | |
setIdentifier ($identifier) | |
getLibraryId () | |
setLibraryId ($_libraryId) | |
Protected Attributes | |
$collapse | |
![]() | |
$element | |
![]() | |
$_template | |
$tagName | |
$_wrapBefore = array() | |
$_wrapAfter = array() | |
$_bsComponent | |
$_compiled = false | |
$_runned = false | |
$_postCompile | |
$_preCompile | |
![]() | |
$identifier | |
$_identifier | |
$_libraryId | |
$_self | |
Additional Inherited Members | |
![]() | |
getTemplate (JsUtils $js=NULL, $view=null) | |
ctrl ($name, $value, $typeCtrl) | |
setMemberCtrl (&$name, $value, $typeCtrl) | |
addToMemberUnique (&$name, $value, $typeCtrl, $separator=" ") | |
addToMemberCtrl (&$name, $value, $typeCtrl, $separator=" ") | |
addToMember (&$name, $value, $separator=' ') | |
removeOldValues (&$oldValue, $allValues) | |
_getElementBy ($callback, $elements) | |
setWrapBefore ($wrapBefore) | |
setWrapAfter ($wrapAfter) | |
compile_once (JsUtils $js=NULL, &$view=NULL) | |
![]() | |
cleanIdentifier ($id) | |
__construct | ( | $element = NULL | ) |
Definition at line 19 of file HtmlCollapse.php.
__toString | ( | ) |
Definition at line 76 of file HtmlCollapse.php.
addCollapsedZone | ( | $content = "" , |
|
$attachTo = NULL |
|||
) |
Definition at line 61 of file HtmlCollapse.php.
attachTo | ( | $identifier | ) |
Definition at line 26 of file HtmlCollapse.php.
createCollapsedZone | ( | $content = "" , |
|
$attachTo = NULL |
|||
) |
Definition at line 52 of file HtmlCollapse.php.
getAttachedZone | ( | ) |
Definition at line 34 of file HtmlCollapse.php.
run | ( | JsUtils | $js | ) |
Definition at line 70 of file HtmlCollapse.php.
setAttachedZone | ( | HtmlDoubleElement | $element | ) |
Definition at line 47 of file HtmlCollapse.php.
|
protected |
Definition at line 17 of file HtmlCollapse.php.