18 require_once SQ_PACKAGES_PATH.
'/cms/listing_engine/listing_engine_edit_fns.inc';
19 require_once SQ_LIB_PATH.
'/html_form/html_form.inc';
43 parent::__construct();
60 $o->openField(
'Root Nodes');
62 parent::paintRootNode($asset, $o, $prefix);
64 $o->note(
'Leave blank to list the sub assets/children of this asset listing page');
82 $standard_option = parent::_getStandardSortByOptions($asset);
83 $standard_option += Array(
'hitcount' =>
'Hit count of the asset');
84 return $standard_option;