Admin Dashboard

Sidebar menus

Form

The form controls


Examples

Input box types

With attributes
The help message about this form input.
Add rd-input-invalid class to the input.

Source


                    

Input file

Choose file
Choose files
Choose file
The help message about this form input.
Choose file
Add rd-input-invalid class to the input.

Source


                    

Dynamically insert/update input file

Custom input file events

Event type Description
rdta.custominputfile.addedfilesqueue This event is fired when files queue were added.
rdta.custominputfile.change This event is fired when input file has changed.

Source

document.addEventListener('rdta.custominputfile.change', (event) => {console.log(event);}));
document.addEventListener('rdta.custominputfile.addedfilesqueue', (event) => {console.log(event);}));

Checkbox/radio




The help message about this form input.



The help message about this form input.

Source


                    

Select box

Add rd-input-invalid class to the select box.

Source


                    

Text area

Source


                    

Horizontal form

To make form fields display horizontal, just add horizontal class to the form element.

The help message about this form input.
Input checkbox/radio




Source


                    

Sizes

Source


                        

Source


                    
The help message about this form input.
The help message about this form input.
The help message about this form input.

Input group

The input group must be use with form class rd-form and elements with classes form-group control-wrapper

฿
Price
$
.00
each
Textarea
@

Source


                        

Sizes

normal
small
large
Source

                        

With button

Source