:
id; $access = JHTML::_('grid.access', $row, $i ); $checked = JHTML::_('grid.checkedout', $row, $i ); $published = JHTML::_('grid.published', $row, $i ); ?> ">
getListFooter(); ?>
getRowOffset( $i ); ?> get ('id'), $row->checked_out ) ) { echo $row->title; } else { ?> title; ?> orderUpIcon( $i, true, 'orderup', 'Move Up', $ordering ); ?> orderDownIcon( $i, $n, true, 'orderdown', 'Move Down', $ordering ); ?> class="text_area" style="text-align: center" /> categories; ?> active; ?> trash; ?> id; ?>
$row is passed with the id * property set to 0. Note that the section property must be defined * even for a new record. * @param JTableCategory The category object * @param string The html for the image list select list * @param string The html for the image position select list * @param string The html for the ordering list * @param string The html for the groups select list */ function edit( &$row, $option, &$lists ) { JRequest::setVar( 'hidemainmenu', 1 ); global $mainframe; $editor =& JFactory::getEditor(); if ( $row->name != '' ) { $name = $row->name; } else { $name = JText::_( 'New Section' ); } if ($row->image == '') { $row->image = 'blank.png'; } JFilterOutput::objectHTMLSafe( $row, ENT_QUOTES, 'description' ); ?>
: scope; ?>
:
image != 'blank.png') { $path.= 'stories/'; } ?> <?php echo JText::_( 'Preview' ); ?>
display( 'description', $row->description, '550', '300', '60', '20', array('pagebreak', 'readmore') ) ; ?>
.
:


:
"; foreach ( $categories as $category ) { echo "
  • ". $category->title ."
  • "; echo "\n id\" />"; } echo ""; ?>
    :
    "; foreach ( $contents as $content ) { echo "
  • ". $content->title ."
  • "; echo "\n id\" />"; } echo ""; ?>




    "; } ?>