Forms & Grid are elements to facilitate the disassembly of parts of applications. stolen in a combination of HTML and CSS.
You can use our elements in a very simple way. These are some examples. You can see more examples on the our "Sensation Framework FrontEnd". It is located at the following address:
Unzip the zip file and open in editor as folder and copy the code you need and paset in your applications
Copy code form this tutorial and paset in your applications
CSS for Form & Grid you can copy and paste and header
Sensation Energy CSS
Example where the link with the CSS address should be
Title website
Clasic inputs 1
Classic form for names, email, passwords, .. It consists of one field which is the type of text, password or email. In the example we see that it is located only on the left side.
Example for input name, password and email
Clasic inputs 2
Classic form for text. It consists of one field which is the type of text. In the example we see that it is full screen.
Example for input title
We've added a placeholder here and it's your Title
Mluti inputs 1
Mluti inputs are elements for entering only numbers, checkbox and Radio buttons.
It consists of 3 elements:
Input only numbers
You enter only numbers and the entry type is a number
Checkbox
This is a checkbox where it is indicated whether the valuers are checked or not
Radio button
This is a radio button where he user chooses which button to mark
Mluti inputs 2
Mluti inputs are elements for entering only time and date, value and textarea-input
It consists of 2 elements:
Input time and date
Here we can enter only the time and date, the type of the first entry is time, and the second only date
Input value and textarea
Input value is used in edit code php. This means that when you want to edit for example name, you already have a name user from the database, which is written in values, and then you can change the value. Tektarea is used to enter more tek. It is a multi-layered text. It is used, for example, in blog content.
Upload image or file
This is a simple element used to enter a file or image. Just click on Browses and insert what you want
Upload image
Readonly and require fields
Readonly and require fields
are used in forms where essential inputs are required. Readonly indicates that the element is read-only and cannot be written, and require indicates that this field is required and must be filled out. For example, when you have a value in the field, for example, usernem that cannot be changed, put eadonly. When something needs to be filled in, for example username and password, you set that these fields are required and must be filled in, otherwise they will not be able to be processed further
Readonly
Readonly means that it is read-only and nothing else can be entered and he has type text
Require date
Require date indicates that only the date can be entered and that it is a required field. Form itself will not allow you to go further until you fill in this field
he has type date
Require text
Require text indicates that only the text can be entered and that it is a required field. Too form itself will not allow you to go further until you fill in this field
he has type text
Selects
Select serves to select some elements that are either written in html or retrieved from the database using php.
We have given two examples that are written in HTML
Clasic select 1
Simple selct with where you can choose 'yess' or 'no'
Clasic select 2
Simple selct with "list" and "datalist". Also here where you can choose 'Select a' or 'Select B' or 'Select C'
Button
Buttons are essential for every form. They also have great functionality. We can use them in edit, insert, delete, .. In some situations, there is no rainbow or isert with the rainbow type, which is later important because of the IF loop. These are our examples of our buttons.