Edit row

The edit page is split into four sections, like the detail page. It also splits the data items into groups with links to them.    Some groups won't apply however, such as transactions, and as they don't have an input field they are not listed.

See an example (in this case the product file) here.   Follow this link to see the configuration file for the product table

The Details section includes:

There is an examle of all field types here. The detail list of this page is here and the configuration file here.

The Full description link opens a rich text field. The CKEditor 4 is used here. This is developed from the original fckeditor by Frederico Caldeira in 2003, so it is a very mature and stable product.   However we have a couple of alternatives: 

If you need another editor, you can write a handler for it based on the handlers for these. Handlers are stored in /bin/suds/input.  They are configured in the main configuration file (around line 200).

If you specify a record type, the edit program asks for you to select the record type before presenting the main edit form.

Next: Using SUDS-Express