bootstrap\Modal renderHeader()

renderHeader() protected method Renders the header HTML markup of the modal protected string renderHeader ( )return string The rendering result

bootstrap\Modal renderToggleButton()

renderToggleButton() protected method Renders the toggle button. protected string renderToggleButton ( )return string The rendering result

bootstrap\Modal run()

run() public method Renders the widget. public void run ( )

bootstrap\Modal renderFooter()

renderFooter() protected method Renders the HTML markup for the footer of the modal protected string renderFooter ( )return string The rendering result

bootstrap\Modal renderBodyBegin()

renderBodyBegin() protected method Renders the opening tag of the modal body. protected string renderBodyBegin ( )return string The rendering result

bootstrap\Modal init()

init() public method Initializes the widget. public void init ( )

bootstrap\Modal renderBodyEnd()

renderBodyEnd() protected method Renders the closing tag of the modal body. protected string renderBodyEnd ( )return string The rendering result

bootstrap\Modal initOptions()

initOptions() protected method Initializes the widget options. This method sets the default values for various options. protected void initOptions ( )

bootstrap\Modal renderCloseButton()

renderCloseButton() protected method Renders the close button. protected string renderCloseButton ( )return string The rendering result

bootstrap\Modal $header

$header public property The header content in the modal window. public string $header = null