Query: vend::table::editor
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Vend::Table::Editor(3pm) User Contributed Perl Documentation Vend::Table::Editor(3pm)NAMEVend::Table::Editor -- Interchange do-all HTML table editorSYNOPSIS[table-editor OPTIONS] [table-editor OPTIONS] TEMPLATE [/table-editor]DESCRIPTIONThe [table-editor] tag produces an HTML form that edits a database table or collects values for a "wizard". It is extremely configurable as to display and characteristics of the widgets used to collect the input. The widget types are based on the Interchange "[display ...]" UserTag, which in turn is heavily based on the ITL core "[accessories ...]" tag. The "simplest" form of "[table-editor]" is: [table-editor table=foo] A page which contains only that tag will edit the table "foo", where "foo" is the name of an Interchange table to edit. If no "foo" table is "defined", then nothing will be displayed. If the "mv_metadata" entry "foo" is present, it is used as the definition for table display, including the fields to edit and labels for sections of the form. If "ui_data_fields" is defined, this cancels fetch of the view and any breaks and labels must be defined with "ui_break_before" and "ui_break_before_label". More on the view concept later. A simple "wizard" can be made with: [table-editor wizard=1 ui_wizard_fields="foo bar" mv_nextpage=wizard2 mv_prevpage=wizard_intro ] The purpose of a "wizard" is to collect values from the user and place them in the $Values array. A next page value (option mv_nextpage) must be defined to give a destination; if mv_prevpage is defined then a "Back" button is presented to allow paging backward in the wizard. perl v5.14.2 2011-03-09 Vend::Table::Editor(3pm)
Related Man Pages |
---|
gconf-editor(1) - sunos |
tk::table(3) - centos |
html::tableparser::table(3pm) - debian |
sql::translator::producer::html(3pm) - debian |
tk::table(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
Unable to open files in VI editor |
more than 1 vi editor |
Vi Editor |
Vi editor not working |
Create a control file from Table definition |