====== JButtonStandard ====== {#JAPI Joomla.Framework HTML JButtonStandard #} Renders a standard button. This is an implementation of the abstract [[JButton|JButton]] class. It is used to create a button that will call the Javascript submitbutton function when it is clicked. The submitbutton function is a standard function that is used in the administrator backend to process form submission. The function will be called with the specified task as its parameter. If the current admin page has a list, the resulting code will check to ensure that an item from the list has been checked. The code will hide the main menu if specified. ===== Methods ===== ^ Method ^ Description ^ | {{references:Method.png?nolink}} [[JButtonStandard-fetchButton|fetchButton]] | Returns the HTML code for the button. | | {{references:Method.png?nolink}} [[JButtonStandard-fetchId|fetchId]] | Gets the button's CSS ID. | ---- ~~DISCUSSION~~