Themes
Jennifer
Dark
Leave a comment
Common Styles
Typography
Forms
Icons
Navigation Bar
Panel
Bar Graph
Grid
Accordion
Default accordion
Close accordion
Multi Panel
Auto Complete
Default auto complete
Update word list
Button
Buttons Style
Radio. Get selected value
Radio. Set to the index
Radio. Set to the value
Check. Set to the index
Check. Set to the value
Color Picker
Default colorpicker
Combo Box
Get selected text
Set to the index
Custom SelectBox
Simple Select Box
Position of Select Box
Multi Selection for Select Box
Date Picker
Date Picker Style
Calendar Style
Daily date picker
Set the date range
Monthly date picker
Yearly date picker
Daily calendar
Dropdown
Vertical Menu Style
Dropdown Menu Style
Show & Hide dropdown
Auto Close prevention
Control by keyboard
Update list
Layout
Split Screens
Modal
Global modal
Inside modal
Notification
Notify Style
Notification to the top
Notification to the bottom
Paging
Paging Style
Default paging
Use the paging on the table
Progress Bar
Progress Bar Style
Horizontal progress bar
Vertical progress bar
Property View
Simple Property View
Complex Property View
Property View in Window
Property View in Panel
Property View with Accordian
Slider
Slider Style
Single slider
Double slider
Splitter
Splitter for Vertical
Splitter for Horizontal
Border Layout (with minSize)
Switch
Switch Style
Default switch
Tab
Tabs Style
Top tabs
Bottom tabs
Tab manipulation
Tab dragging
Use dropdown menu
Table
Tables Style
Default table
Cell merge in row
Use the extended area
Scroll to rows
Select to multiple rows
Mouse right-click event
Sorting rows
Editing rows
Right-click editing rows
Remove row
Append rows
Insert rows
Hide & Show columns
Export to CSV file
Import to CSV file
Append/Insert tree rows
Move/Remove/Modify tree rows
Update tree rows
Changing the row position via drag events
Tooltip
Tooltip Style
Popover Style
Default tooltip
With popover style
Tree
Tree Menu Style
Append nodes
Move/Remove/Update node
Tree dragging
Window
Window Style
Message Box Style
Move & Resizing window
Modal window
Using a different style
X-Table
Data scrolling
Data paging
Data paging & scrolling
Data filters
Horizontal scroll bar
Virtual scrolling
Virtual scrolling (Append Tree)
Virtual scrolling (Update Tree)
Code
HTML
<section> <h2>Label</h2> <p> Label provides 6 colors and 4 size options as well as an option to toggle between the round effect and the rectangular effect. <table> <tr> <td width="170px">View</td> <td width="230px">Class</td> <td>Description</td> </tr> <tr> <td> <span class="label mini"><i class="icon-gear"></i> Label</span> </td> <td> label mini </td> <td>Default text box (Mini)</td> </tr> <tr> <td> <span class="label small"><i class="icon-gear"></i> Label</span> </td> <td> label small </td> <td>Default text box (Small)</td> </tr> <tr> <td> <span class="label info"><i class="icon-gear"></i> Label</span> </td> <td> label info </td> <td>Blue text box (Normal)</td> </tr> <tr> <td> <span class="label large danger"><i class="icon-gear"></i> Label</span> </td> <td> label large danger </td> <td>Red text box (Large)</td> </tr> <tr> <td> <span class="label mini success">Label</span> </td> <td> label mini success </td> <td>Green text box (Mini)</td> </tr> </table> </p> </section> <section> <h2>Input</h2> <p> Input Box provides 2 colors and 4 size options as well as an option to toggle between the round effect and the rectangular effect. <table> <tr> <td width="170px">View</td> <td width="230px">Class</td> <td>Description</td> </tr> <tr> <td> <input type="text" class="input mini" /> </td> <td> input mini </td> <td>Default text box (Mini)</td> </tr> <tr> <td> <input type="text" class="input small" /> </td> <td> input small </td> <td>Default text box (Small)</td> </tr> <tr> <td> <input type="text" class="input" /> </td> <td> input </td> <td>Default text box (Normal)</td> </tr> <tr> <td> <input type="text" class="input large" /> </td> <td> input large </td> <td>Default text box (Large)</td> </tr> <tr> <td> <input type="text" class="input" disabled /> </td> <td> input disabled </td> <td>Default text box (Disabled)</td> </tr> </table> </p> </section> <section> <h2>Number / Email</h2> <p> A form based on HTML5, with colors and sizes that are the same as those of the text box. <table> <tr> <td width="175px">View</td> <td width="120px">Type</td> <td width="140px">Class</td> <td>Description</td> </tr> <tr> <td> <input type="number" class="input" /> </td> <td> number </td> <td> input </td> <td>Default number box</td> </tr> <tr> <td> <input type="email" class="input" placeholder="jui@jennifer.com" /> </td> <td> email </td> <td> input </td> <td>Default email box</td> </tr> </table> </p> </section> <section> <h2>Textarea</h2> <p> Same as the text field. Size options are not available. <table> <tr> <td width="175px">View</td> <td width="120px">Tag</td> <td width="140px">Class</td> <td>Description</td> </tr> <tr> <td> <textarea class="input" style="height: 50px;"></textarea> </td> <td> textarea </td> <td> input </td> <td>Default text area</td> </tr> <tr> <td> <textarea class="input" style="height: 50px;" disabled></textarea> </td> <td> textarea </td> <td> input </td> <td>Default text area (Disabled)</td> </tr> </table> </p> </section>
Result
API
Leave a comment
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus