phpMv  -UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
HtmlCollapse Class Reference

Twitter Bootstrap Collapse component. More...

+ Inheritance diagram for HtmlCollapse:
+ Collaboration diagram for HtmlCollapse:

Public Member Functions

 __construct ($element=NULL)
 
 attachTo ($identifier)
 
 getAttachedZone ()
 
 setAttachedZone (HtmlDoubleElement $element)
 
 createCollapsedZone ($content="", $attachTo=NULL)
 
 addCollapsedZone ($content="", $attachTo=NULL)
 
 run (JsUtils $js)
 
 __toString ()
 
- Public Member Functions inherited from HtmlElementAsContent
 __construct ($element)
 
 getElement ()
 
 setElement ($element)
 
 addBadge ($caption, $leftSeparator=" ")
 
 addLabel ($caption, $style="label-default", $leftSeparator=" ")
 
 run (JsUtils $js)
 
- Public Member Functions inherited from BaseHtml
 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)
 
- Public Member Functions inherited from BaseWidget
 __construct ($identifier)
 
 getIdentifier ()
 
 setIdentifier ($identifier)
 
 getLibraryId ()
 
 setLibraryId ($_libraryId)
 

Protected Attributes

 $collapse
 
- Protected Attributes inherited from HtmlElementAsContent
 $element
 
- Protected Attributes inherited from BaseHtml
 $_template
 
 $tagName
 
 $_wrapBefore = array()
 
 $_wrapAfter = array()
 
 $_bsComponent
 
 $_compiled = false
 
 $_runned = false
 
 $_postCompile
 
 $_preCompile
 
- Protected Attributes inherited from BaseWidget
 $identifier
 
 $_identifier
 
 $_libraryId
 
 $_self
 

Additional Inherited Members

- Protected Member Functions inherited from BaseHtml
 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)
 
- Protected Member Functions inherited from BaseWidget
 cleanIdentifier ($id)
 

Detailed Description

Twitter Bootstrap Collapse component.

See also
http://getbootstrap.com/components/#collapse
Author
jc
Version
1.001

Definition at line 16 of file HtmlCollapse.php.

Constructor & Destructor Documentation

◆ __construct()

__construct (   $element = NULL)

Definition at line 19 of file HtmlCollapse.php.

Member Function Documentation

◆ __toString()

__toString ( )

Definition at line 76 of file HtmlCollapse.php.

◆ addCollapsedZone()

addCollapsedZone (   $content = "",
  $attachTo = NULL 
)

Definition at line 61 of file HtmlCollapse.php.

◆ attachTo()

attachTo (   $identifier)

Definition at line 26 of file HtmlCollapse.php.

◆ createCollapsedZone()

createCollapsedZone (   $content = "",
  $attachTo = NULL 
)

Definition at line 52 of file HtmlCollapse.php.

◆ getAttachedZone()

getAttachedZone ( )

Definition at line 34 of file HtmlCollapse.php.

◆ run()

run ( JsUtils  $js)

Definition at line 70 of file HtmlCollapse.php.

◆ setAttachedZone()

setAttachedZone ( HtmlDoubleElement  $element)

Definition at line 47 of file HtmlCollapse.php.

Field Documentation

◆ $collapse

$collapse
protected

Definition at line 17 of file HtmlCollapse.php.


The documentation for this class was generated from the following file: