I've discovering Agile Toolkit and I have problem with finding addField('field')->type().
What kind of types could there be and where can I find them?
I need type 'set', but addField('field')->type('set') is not working.
Thank you in advance.
|
I've discovering Agile Toolkit and I have problem with finding Thank you in advance. | ||||
|
feedback
|
|
ATK4 is distributed with simple usable basic types which is limited to the following list:
As for the example:
also, there is a special treatment to in order to make use of a type example:
with this, the MVCGrid, MVCForm and CRUD can treat the | ||||
|
feedback
|
|
The best source for types of fields that I have found is here: Of course, I am less that a month into ATK4 and is a good starting point. The examples supplied with ATK4 are helpful and the Jobeet example has some good info. Dive in! | |||
|
feedback
|