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 32 of file article_selection_ajax.php.
article_selection_ajax.addSel | ( | ) |
Adds selection lists to article.
Definition at line 84 of file article_selection_ajax.php.
article_selection_ajax.removeSel | ( | ) |
Removes article selection lists.
Definition at line 65 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 13 of file article_selection_ajax.php.