Skip to content
bizonbytes edited this page Jul 14, 2011 · 5 revisions

Follow me

  • The first thing you want to do is to start by entering a page name (1). Then select if that page is a used to add a new record (new) or edit one (edit).

  • Then enter the object name (2). Then on the change event the object name you entered will start showing at different place under (5) and (6).

  • The controller name (3) will become your object name with a (s). Enter the form action that will become also the CRUD action name.

  • Now for the fun part. Adding fields (4). You will find the fields for object and tags. Click on the add and it will show right away on your view form (5). You can re-order any field and delete them.

  • Under the controller code (6) you can also choose to see the scripting format of the source code.

  • Once ready just click on the "Show me the code" and a modal form will appear and you simply need to copy and paste that to your editor of choice.

Clone this wiki locally