<!-- Import all modules -->
<link href="/import.css?c=all" rel="stylesheet" type="text/css">
<script src="/import.js?c=all&g=cmd"></script>
<!-- Or import specific modules -->
<link href="/import.css?c=b&c=at" rel="stylesheet" type="text/css">
<script src="/import.js?c=b&c=at"></script>
You can import multiple parts using the following syntax:
<!-- Import multiple parts -->
<link href="/import.css?c=tb" rel="stylesheet" type="text/css">
<script src="/import.js?c=tb"></script>
<!-- Import additional modules -->
<link href="/modules.css?c=b&c=at" rel="stylesheet" type="text/css">
<script src="/import.js?c=b&c=at"></script>
Here's a list of default imports in [Your Web UI Framework/Library Name]:
functions
Import functionsAjax
Import Ajax-related modules, including$Http
$htp
theme
themeThe global table consists of various import keys that allow you to import multiple modules or components at once. Here a breakdown of the available global import keys
Import Key | Description |
---|---|
g=all | Import all modules globals |
g=e | Event bind |
g=c | Event cmd |
g=t | template |
g=hl | dynamic loading (Ajax) |
The components table lists the available components in [Your Web UI Framework/Library Name], along with their corresponding import keys and descriptions:
Component | Import Key | Description |
---|---|---|
all | c=all | all Component |
Alert | c=a | Component for displaying alerts/messages |
Avatar | c=at | Component for displaying user avatars |
Breadcrumbs | c=bc | Navigation trail indicating the current page's location |
Button | c=b | UI button component |
Clipboard | c=cb | Copy to clipboard functionality |
Collapsible | c=c | Component for creating collapsible sections |
Dialog | c=dl | Modal dialog component |
Dropdown | c=d | Dropdown/select component |
Image | c=i | Component for displaying images |
Loader | c=l | Loading indicator component |
Pagination | c=p | Pagination component for navigating through data |
Pop Title | c=pt | Popup title component |
Table | c=t | Table component for displaying tabular data |
Tabs | c=tb | Tabs component for organizing content |
Tabstack | c=tk | Tabstack component for organizing multiple tabs |
The Form Table lists the available form-related components in [Your Web UI Framework/Library Name], along with their corresponding import keys and descriptions:
Component | Import Key | Description |
---|---|---|
all | f=all | all input component |
Checkbox | f=c | Checkbox input component |
Input | f=i | Text input component |
Progress | f=p | Progress bar component |
Radio | f=r | Radio button input component |
Range | f=rg | Range/slider input component |
Select | f=s | Select dropdown input component |
Textarea | f=t | Textarea input component |