renderHeader() protected method Renders the header HTML markup of the modal protected string renderHeader ( )return string The rendering result
renderToggleButton() protected method Renders the toggle button. protected string renderToggleButton ( )return string The rendering result
run() public method Renders the widget. public void run ( )
renderFooter() protected method Renders the HTML markup for the footer of the modal protected string renderFooter ( )return string The rendering result
renderBodyBegin() protected method Renders the opening tag of the modal body. protected string renderBodyBegin ( )return string The rendering result
init() public method Initializes the widget. public void init ( )
renderBodyEnd() protected method Renders the closing tag of the modal body. protected string renderBodyEnd ( )return string The rendering result
initOptions() protected method Initializes the widget options. This method sets the default values for various options. protected void initOptions ( )
renderCloseButton() protected method Renders the close button. protected string renderCloseButton ( )return string The rendering result
$header public property The header content in the modal window. public string $header = null
Page 534 of 633