phpMv -UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
Loading...
Searching...
No Matches
Sidebar Class Reference

Ajax\semantic\components$Sidebar This class is part of phpMv-ui. More...

+ Inheritance diagram for Sidebar:

Public Member Functions

 __construct (JsUtils $js=NULL)
 
 show ()
 
 hide ()
 
 toogle ()
 
 pushPage ()
 Pushes page content to be visible alongside sidebar.
 
 pullPage ()
 Returns page content to original position.
 
 setContext ($value)
 
 setExclusive ($value=true)
 
 setClosable ($value=true)
 
 setDimPage ($value=true)
 
 setScrollLock ($value=false)
 
 setReturnScroll ($value=false)
 
 setOnVisible ($jsCode)
 
 setOnShow ($jsCode)
 
 setOnChange ($jsCode)
 
 setOnHide ($jsCode)
 
 setOnHidden ($jsCode)
 
- Public Member Functions inherited from SimpleSemExtComponent
 getScript ()
 
 setParamParts ($paramParts)
 
 addComponentEvent ($event, $jsCode)
 
 setJs (JsUtils $js)
 
- Public Member Functions inherited from SimpleExtComponent
 addEvent ($event, $jsCode)
 
 addCode ($jsCode)
 
- Public Member Functions inherited from SimpleComponent
 attach ($identifier)
 
 on ($event, $jsCode)
 
 getAttachTo ()
 
 getItemSelector ()
 
 setItemSelector ($itemSelector)
 
- Public Member Functions inherited from BaseComponent
 setParam ($key, $value)
 
 getParam ($key)
 
 getParams ()
 
 compile (JsUtils $js=NULL)
 
 setParams ($params)
 
 addParams ($params)
 
 setDebug ($value)
 
 setVerbose ($value)
 

Additional Inherited Members

- Data Fields inherited from BaseComponent
 $jquery_code_for_compile =array ()
 
- Protected Member Functions inherited from SimpleSemExtComponent
 addBehavior ($name)
 
 generateParamParts ()
 
- Protected Member Functions inherited from SimpleExtComponent
 compileJsCodes ()
 
- Protected Member Functions inherited from SimpleComponent
 compileEvents ()
 
 _createSelector ($itemSelector, $selector)
 
 compileJQueryCode ()
 
 setParamCtrl ($key, $value, $typeCtrl)
 
- Protected Member Functions inherited from BaseComponent
 getParamsAsJSON ($params)
 
- Protected Attributes inherited from SimpleSemExtComponent
 $paramParts
 
- Protected Attributes inherited from SimpleExtComponent
 $events =array ()
 
 $jsCodes =array ()
 
- Protected Attributes inherited from SimpleComponent
 $attachTo
 
 $itemSelector
 
 $uiName
 
 $events
 
- Protected Attributes inherited from BaseComponent
 $params =array ()
 
 $js
 

Detailed Description

Ajax\semantic\components$Sidebar This class is part of phpMv-ui.

Author
jcheron myadd.nosp@m.ress.nosp@m.mail@.nosp@m.gmai.nosp@m.l.com
Version
1.0.0
Since
2.3.6
See also
https://fomantic-ui.com/modules/sidebar.html

Definition at line 15 of file Sidebar.php.

Constructor & Destructor Documentation

◆ __construct()

__construct ( JsUtils  $js = NULL)

Reimplemented from SimpleSemExtComponent.

Definition at line 17 of file Sidebar.php.

Member Function Documentation

◆ hide()

hide ( )

Definition at line 26 of file Sidebar.php.

◆ pullPage()

pullPage ( )

Returns page content to original position.

Definition at line 44 of file Sidebar.php.

◆ pushPage()

pushPage ( )

Pushes page content to be visible alongside sidebar.

Definition at line 37 of file Sidebar.php.

◆ setClosable()

setClosable (   $value = true)

Definition at line 58 of file Sidebar.php.

◆ setContext()

setContext (   $value)

Definition at line 48 of file Sidebar.php.

◆ setDimPage()

setDimPage (   $value = true)

Definition at line 63 of file Sidebar.php.

◆ setExclusive()

setExclusive (   $value = true)

Definition at line 53 of file Sidebar.php.

◆ setOnChange()

setOnChange (   $jsCode)

Definition at line 87 of file Sidebar.php.

◆ setOnHidden()

setOnHidden (   $jsCode)

Definition at line 97 of file Sidebar.php.

◆ setOnHide()

setOnHide (   $jsCode)

Definition at line 92 of file Sidebar.php.

◆ setOnShow()

setOnShow (   $jsCode)

Definition at line 82 of file Sidebar.php.

◆ setOnVisible()

setOnVisible (   $jsCode)

Definition at line 78 of file Sidebar.php.

◆ setReturnScroll()

setReturnScroll (   $value = false)

Definition at line 73 of file Sidebar.php.

◆ setScrollLock()

setScrollLock (   $value = false)

Definition at line 68 of file Sidebar.php.

◆ show()

show ( )

Definition at line 22 of file Sidebar.php.

◆ toogle()

toogle ( )

Definition at line 30 of file Sidebar.php.


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