Composers
Introduce
Composers is a function that creates new functions for the Goeasyapp system.
What Composer can do
- Create data fields in the database
- Edit display in data list screen
- Drag and drop data entry form when adding new or editing data for functions
How to create composer
Explain the basic part of composer
1.When you create a name field. Goeasyapp will create a table in your database with the name of the name field in lowercase, replacing spaces with underscores "_"
2.The icon field will be displayed in the left menu on the left side of the admin page.
3.By default, composer will generate a list screen in the admin page. If you do not want to display it as a list, you can select the screens in the view field and code them yourself.
4.The tag field to add composer to the left menu in the tag admin page can be added
How to create data fields in database
After clicking on Fields
Explanation of fields when creating data fields
1.When entering the name field, goeasyapp will create a key field which is the name field in lowercase, with spaces replaced with "_". This is the key of the field in the table created from composer in the database.
2.The type field is the data type.
3.The length field is the length of the data..
4.Show in list whether to display in composer data list screen. Used in administration section.
5.Search field. Select "In Database" Goeasyapp will help you create a field in the database to help you search faster. Select "In Action List". Goeasyapp will help you add search options in the list screen of the admin section.
6.Drop field when you want to delete this data field in the database.
Form Type
Explanation Form Type
Select Form Type to select for the composer data field how to enter data in the add new screen and edit composer data in the administration section.
Note when using form type
1.With composer, multy composer, tree is used with.
2.With Radio, Select, Checkbox is used with.
3.The remaining fields do not need to be noted. You can also code more Form Types as you like.
Row is the display in the list screen
In composer the last function is Field List which helps you edit the list screen in the admin section (Add multi language)
Instructions for creating a data entry form in composer
Screen to create data entry screen