SebTags 1.0 Documentation: Edit Records

Edit Records

The cf_sebTable custom tag will allow you to edit the records displayed in the table by defining CFC_Component and CFC_Method.

In order to do this, you must use the appropriate column types to edit data.

The tag will pass all of the form fields to the given method directly.

Special Fields:

Any checkbox or radio fields will be passed with the given names and have a value of the primary key value of the selected row (or a comma delimited list of primary key values for a checkbox with multiple rows selected). All other fields will have a name with "_#i#" appended (where "#i#" is the row number).

The SebTable_#i# fields can be used to associate the row number with a primary key value.