Edit.asp Usage
See also Readme
See also SchemaEditor.asp Usage
- Filter
- You can filter out different list items by entering a string to filter
on. It will display any row that contains matching text anywere
in that row.
- Sort
- You can sort by different columns by clicking on the column heading.
- Edit
- Click on the row you want to edit and it will be highlighted.
Click again on the cell you want to edit and an edit field will appear over the cell.
Enter your new text. This updated text will be saved into the local XML document
when you tab (or shift tab) to another field or you select another row.
To cancel your edit hit the escape key and the edit field will disappear.
- ADD
- The ADD button adds a new row to the list. You can then select the
fields in this row to edit their values.
- DUP
- The DUP button duplicates the selected row.
- INSERT
- Inserts a new empty row just before the selected row.
- REMOVE
- To remove a row, select it, then click the REMOVE button.
- SAVE
- After making a bunch of changes, edits, additions and removals you can then
update the server by clicking the SAVE button. This will post the updates
to the server. Other people will then see these changes highlighted in their
browser when they page polls for updates.
- SYNC
- You can hit this button to manually synchronize at any time.
- SCHEMA
- Takes you to the schema editor.
See SchemaEditor.asp Usage
- Poll interval
- The page automatically polls for newer versions of the document every 10
seconds (by default). You can get it to poll at different rates if you want to
by enting a new value in the Polling Interval edit field at the end of the page.
If it finds updates, it will display them, and highlight them. Setting the
polling interval to 0 will turn off polling.
- Customize View
- The set of check boxes at the end of the page can be
used to customize the view. Deselecting the checkboxes and clicking UPDATE
will cause those columns to disappear from the display. This has no impact on
the data on the server.