SilkBuilder
  • SilkBuilder
  • Development Environment
    • Development Environment
    • System Elements
    • Project, Data Model and ORM
    • Development Formats
  • Silk Builder Training
    • Sample Database
    • Plain Application
    • Easy Application
    • Simple Application
    • Complex Application
    • Report Application
    • System Environment
  • Docs
    • The ORM Structure
    • SilkBuilder
    • Silk Service
    • Java Database Class
    • Report
  • Silk Tags
    • App
    • AppHeader
    • Button
    • ButtonItem
    • Chart
    • Column
    • Content
    • DataProvider
    • DataService
    • Form
    • Group
    • Header
    • HelpBox
    • If
    • Input
    • JQcode
    • JScode
    • LogicAction
    • LogicDimension
    • LogicGrid
    • Modal
    • ModalBody
    • ModalFooter
    • Module
    • Page
    • Pagination
    • Screen
    • ScreenFooter
    • ScreenHeader
    • Tab
    • TabItem
    • Table
    • TableBody
    • TableHeader
    • TabsNav
    • Tile
  • JavaScript Objects
    • Button
    • ChartJS
    • Column
    • DataProvider
    • EventManager
    • Form
    • Input
    • Modal
    • Pagination
    • SilkPage
    • Table
    • TabsNav
    • Tile
    • Utility Functions
  • Coding Techniques
    • Data Trees
    • Pagination
    • Mark Deleted
    • Record Sync
    • Filtering Code
    • Content Template
    • Sort Data Columns
    • Form Input File
    • Button with Confirmation
    • Toggle List
    • Table Inputs
Powered by GitBook
On this page
  • Tag Definition
  • Properties
  • id
  • cssClass
  • icon
  1. Silk Tags

HelpBox

This tag defines a Silk HelpBox component to display user interface help.

Tag Definition

Used standalone:

<silk:HelpBox
  id=""
  cssClass=""
  icon="fas fa-question-circle"
/>

Used as a container:

<silk:HelpBox
  id=""
  cssClass=""
  icon="fas fa-question-circle"
>
   Contains: Help text or/or HTML.
</silk:HelpBox>

Properties

*Required property.

id

The helpBox's unique identifier. Use it if post identification is required. Default Value: Empty.

cssClass

The Bootstrap class defining the type of alert. Default Value: Empty.

icon

Icon class name (fontawesom.com) Default Value: fas fa-question-circle.

PreviousHeaderNextIf

Last updated 1 day ago