Inheritance diagram for article_selection_ajax:
Collaboration diagram for article_selection_ajax:Public Member Functions | |
| removeSel () | |
| addSel () | |
Protected Member Functions | |
| _getQuery () | |
Protected Attributes | |
| $_aColumns | |
Class controls article assignment to selection lists
Definition at line 6 of file article_selection_ajax.php.
| article_selection_ajax._getQuery | ( | ) | [protected] |
Returns SQL query for data to fetc
Reimplemented from ajaxListComponent.
Definition at line 33 of file article_selection_ajax.php.
| article_selection_ajax.addSel | ( | ) |
Adds selection lists to article.
Definition at line 86 of file article_selection_ajax.php.
| article_selection_ajax.removeSel | ( | ) |
Removes article selection lists.
Definition at line 67 of file article_selection_ajax.php.
article_selection_ajax.$_aColumns [protected] |
array('container1' => array( array('oxtitle', 'oxselectlist', 1, 1, 0), array('oxident', 'oxselectlist', 1, 0, 0), array('oxvaldesc', 'oxselectlist', 1, 0, 0), array('oxid', 'oxselectlist', 0, 0, 1) ), 'container2' => array( array('oxtitle', 'oxselectlist', 1, 1, 0), array('oxident', 'oxselectlist', 1, 0, 0), array('oxvaldesc', 'oxselectlist', 1, 0, 0), array('oxid', 'oxobject2selectlist', 0, 0, 1) ) )
Reimplemented from ajaxListComponent.
Definition at line 14 of file article_selection_ajax.php.
1.7.1