API Reference
Class
TablerModalFooterBuilder
Builder for configuring modal footer content without exposing raw HTML.
Inheritance
- Object
- TablerModalFooterBuilder
Constructors
public TablerModalFooterBuilder(ElementContainer container, Document document) #Initializes a new instance of the TablerModalFooterBuilder class.
Parameters
- container HtmlForgeX.ElementContainer
- Container that will hold footer elements.
- document HtmlForgeX.Document
- Optional document reference used when adding elements.
Methods
public TablerModalFooterButtonChain Button(String text, TablerColor color, Action<TablerModalButton> config = null) #Returns:
TablerModalFooterButtonChainAdds a button to the footer.
Parameters
- text System.String
- Button text.
- color HtmlForgeX.TablerColor
- Button color.
- config System.Action{HtmlForgeX.TablerModalButton} = null
- Optional additional configuration.
Returns
A chain object for further configuration.