setQuery( "SELECT lang FROM #__jce_langs WHERE published= '1'" ); $lang = $database->loadResult(); require_once( $mosConfig_absolute_path."/administrator/components/com_jce/language/".$lang.".php" ); mosCommonHTML::loadOverlib(); $access = JCE_plugins::AccessList(); ?>
[ ] :
:
id; //$access = JCE_plugins::AccessProcessing( $row, $i ); $checked = mosCommonHTML::CheckedOutProcessing( $row, $i ); $published = mosCommonHTML::PublishedProcessing( $row, $i ); $core = ( $row->iscore == 1 ) ? 'Yes' : 'No'; switch( $row->access ){ case '0': $access_value = 'Guest'; break; case '18': $access_value = 'Registered'; break; case '19': $access_value = 'Author'; break; case '20': $access_value = 'Editor'; break; case '21': $access_value = 'Publisher'; break; case '23': $access_value = 'Manager'; break; case '24': $access_value = 'Administrator'; break; case '25': $access_value = 'Super Administrator'; break; } ?> ">
#
rowNumber( $i ); ?> checked_out && ( $row->checked_out != $my->id ) || $row->editable == '0') { echo $row->name; } else { ?> name; ?> row; ?> ordering; ?> type;?> layout_icon ) ){ if( $row->type == 'plugin' ){ $icon_path = $mosConfig_live_site."/mambots/editors/jce/jscripts/tiny_mce/plugins/".$row->plugin."/images/".$row->layout_icon.".gif"; }else{ $icon_path = $mosConfig_live_site."/mambots/editors/jce/jscripts/tiny_mce/themes/advanced/images/".$row->layout_icon.".gif"; } ?> <?php echo $row->name;?> plugin;?>
getListFooter(); ?>
$row is passed with the id * property set to 0. * @param mosCategory The category object * @param array

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 editPlugins( &$row, &$lists, &$params, $option ) { global $mainframe, $database; $database->setQuery( "SELECT lang FROM #__jce_langs WHERE published= '1'" ); $lang = $database->loadResult(); require_once( $mainframe->getCfg('absolute_path')."/administrator/components/com_jce/language/" . $lang . ".php" ); $row->nameA = ''; if ( $row->id ) { $row->nameA = '[ '. $row->name .' ]'; } $row_row = ( $row->row ) ? $row->row : '4'; $row_ordering = ( $row->ordering ) ? $row->ordering : '1'; ?>
JCE Plugin: id ? _JCE_PLUGIN_EDIT : _JCE_PLUGIN_NEW;?> nameA; ?>
:
:
:
:
:
:
:
:
:
:
: description; ?>
id ) { echo $params->render(); } else { echo 'No Parameters'; } ?>