bootstrap\Modal run()

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

bootstrap\Modal renderToggleButton()

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

bootstrap\Modal renderHeader()

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

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 renderCloseButton()

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

bootstrap\Modal renderBodyEnd()

renderBodyEnd() protected method Renders the closing tag of the modal body. protected string renderBodyEnd ( )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 initOptions()

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

bootstrap\Modal init()

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

bootstrap\Modal $toggleButton

$toggleButton public property The options for rendering the toggle button tag. The toggle button is used to toggle the visibility of the modal window. If this property is false, no toggle button will be rendered. The following special options are supported: tag: string, the tag name of the button. Defaults to 'button'. label: string, the label of the button. Defaults to 'Show'. The rest of the options will be rendered as the HTML attributes of the button tag. Please refer to the Modal plugi