function DisplayTable() { echo "<table id='explanation' border='0' cellpadding='0' cellspacing='5' style='clear:both'><tr valign='top'><td>"; echo "</td><td>This example demonstrates how database records can be updated via AJAX. "; echo "Try selecting add, edit, or delete from the pop-up menu. "; echo "</td></tr></table>"; echo "<p><strong>Shippers Table</strong></p>"; DefineFields(); //echo "<p><textarea id='shippers_debugmsgs' rows='5' cols='80' style='font-size:smaller;'></textarea>"; }
function DisplayTable() { echo "<table id='explanation' border='0' cellpadding='0' cellspacing='5' style='clear:both'><tr valign='top'><td>"; GridSettingsForm(); echo "</td><td>This example demonstrates how database records can be updated via AJAX. "; echo "Try selecting add, edit, or delete from the pop-up menu. "; echo "If you select add, then click the '...' button next to customer, you will see the Rico tree control."; echo "The actual database updates have been disabled for security reasons and result in an error."; echo "</td></tr></table>"; $GLOBALS['oForm']->options["borderWidth"] = 0; GridSettingsTE($GLOBALS['oForm']); //$GLOBALS['oForm']->options["DebugFlag"]=true; //$GLOBALS['oDB']->debug=true; DefineFields(); //echo "<p><textarea id='orders_debugmsgs' rows='5' cols='80' style='font-size:smaller;'></textarea>"; }
function DisplayTable() { DefineFields(); //echo "<p><textarea id='shippers_debugmsgs' rows='5' cols='80' style='font-size:smaller;'></textarea>"; }