| Trash |
REDIPS.drag library
Drag and drop JavaScript library based on HTML table.
Load1
With click on this button, JS will load content from server script (db_ajax2.html) and set to the HTML table. In this scenario, server sends non-existing location of DIV element A2 and REDIPS.drag will call error.loadContent() handler. In script.js alert message will be shown but data processing will not be stopped.
Load2
This will set content to the HTML table from JSON array as second parameter. Target table is defined with string ID in first parameter of loadContent() method. Please see script.js for more info.
Load3
JSON data is read from input text field and set to the HTML table.
Drag and drop JavaScript library based on HTML table.
Load1
With click on this button, JS will load content from server script (db_ajax2.html) and set to the HTML table. In this scenario, server sends non-existing location of DIV element A2 and REDIPS.drag will call error.loadContent() handler. In script.js alert message will be shown but data processing will not be stopped.
Load2
This will set content to the HTML table from JSON array as second parameter. Target table is defined with string ID in first parameter of loadContent() method. Please see script.js for more info.
Load3
JSON data is read from input text field and set to the HTML table.