label) == '')
$this->label = $this->action->getLabel ();
}
public function makeIcon ($itemId, $forceDisable = FALSE)
{
if (!$this->accessible || $forceDisable)
return '';
return '';
}
public function makeLink ($itemId, $forceDisable = FALSE)
{
if (!$this->accessible || $forceDisable)
return 'href="#"';
return 'href="#" onclick="JavaScript: inPlaceAction (\''. $itemId .'\', \''. $this->action->getName () .'\', \''. $this->section->getName () .'\', this);"';
}
}
?>