Title / Description
Code /** * Writes a apply button for a given option * Apply operation leads to a save action only (does not leave edit mode) * @param string An override for the task * @param string An override for the alt text */ public static function apply( $task = 'apply', $alt = 'Apply' ) { if( SPFactory::user()->can( $task ) ) { JToolBarHelper::apply( $task, $alt ); } }
Author
Highlight as C C++ CSS Clojure Delphi ERb Groovy (beta) HAML HTML JSON Java JavaScript PHP Plain text Python Ruby SQL XML YAML diff code