The modules of the left side. The array elements are in the form * $leftorder[order] = label * where order is the module order from the db table and label is a * text label associciated with the order.
* @param array See notes for leftorder * @param array An array of select lists * @param object Parameters */ function edit( &$model, &$row, &$orders2, &$lists, &$params, $client ) { JRequest::setVar( 'hidemainmenu', 1 ); // clean item data JFilterOutput::objectHTMLSafe( $row, ENT_QUOTES, 'content' ); // Check for component metadata.xml file //$path = JApplicationHelper::getPath( 'mod'.$client->id.'_xml', $row->module ); //$params = new JParameter( $row->params, $path ); $document =& JFactory::getDocument(); JHTML::_('behavior.combobox'); jimport('joomla.html.pane'); // TODO: allowAllClose should default true in J!1.6, so remove the array when it does. $pane = &JPane::getInstance('sliders', array('allowAllClose' => true)); $editor =& JFactory::getEditor(); JHTML::_('behavior.tooltip'); ?>