Skip to content
Mike Tschudi edited this page Jan 27, 2015 · 1 revision
  • Displays a form generated from the comment table's fields by the layer and table management module
  • Form provides data entry options for each editable field
  • Above each data entry is
    • left justified: the alias of the field and a suffix when the field is optional (generated for all nullable fields
    • right justified: for text fields, a count of remaining characters
  • Form is inserted into item details list between the actions bar and the list of comments; it is part of the list of comments and so shares its scrolling
  • Below the form is a row with two buttons: Cancel and Submit Comment
    • Both buttons hide the form when clicked
    • Both buttons clear the form contents when clicked
    • The submit button sends the form to the comments table via the layer and table management module
Configuration items

none

I18N items
  • "optional" label for form field
  • cancel button
    • label
    • tooltip
  • submit button
    • label
    • tooltip

back to home page