|
Open Monograph Press
3.3.0
|
Public Member Functions | |
| __construct ($id='collapsible') | |
| fetchUIElements ($request, $grid) | |
| getJSClass () | |
Public Member Functions inherited from GridFeature | |
| addOptions ($options) | |
| fetchGrid ($args) | |
| fetchRow ($args) | |
| fetchRows ($args) | |
| getGridDataElements ($args) | |
| getGridRangeInfo ($args) | |
| getId () | |
| getInitializedCategoryRowInstance ($args) | |
| getInitializedRowInstance ($args) | |
| getOptions () | |
| getRequestArgs ($args) | |
| gridInitialize ($args) | |
| loadData ($args) | |
| saveSequence ($args) | |
| setGridDataElements ($args) | |
| setId ($id) | |
| setOptions ($request, $grid) | |
Additional Inherited Members | |
Data Fields inherited from GridFeature | |
| $_id | |
| $_options | |
Add collapse and expand functionality to grids.
Definition at line 20 of file CollapsibleGridFeature.inc.php.
| CollapsibleGridFeature::__construct | ( | $id = 'collapsible' | ) |
Constructor.
Reimplemented from GridFeature.
Definition at line 26 of file CollapsibleGridFeature.inc.php.
| CollapsibleGridFeature::fetchUIElements | ( | $request, | |
| $grid | |||
| ) |
@copyDoc GridFeature::fetchUIElement()
Reimplemented from GridFeature.
Definition at line 40 of file CollapsibleGridFeature.inc.php.
References PKPTemplateManager\getManager().
| CollapsibleGridFeature::getJSClass | ( | ) |
@copyDoc GridFeature::getJSClass()
Reimplemented from GridFeature.
Definition at line 33 of file CollapsibleGridFeature.inc.php.