rbrindley: branch rbrindley/astman_revamp r4646 - /team/rbrindley/astman_reva...

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Fri Mar 20 12:27:21 CDT 2009


Author: rbrindley
Date: Fri Mar 20 12:27:18 2009
New Revision: 4646

URL: http://svn.digium.com/svn-view/asterisk-gui?view=rev&rev=4646
Log:

- added form, table, and dialog members to astgui


Modified:
    team/rbrindley/astman_revamp/config/js/astgui.js

Modified: team/rbrindley/astman_revamp/config/js/astgui.js
URL: http://svn.digium.com/svn-view/asterisk-gui/team/rbrindley/astman_revamp/config/js/astgui.js?view=diff&rev=4646&r1=4645&r2=4646
==============================================================================
--- team/rbrindley/astman_revamp/config/js/astgui.js (original)
+++ team/rbrindley/astman_revamp/config/js/astgui.js Fri Mar 20 12:27:18 2009
@@ -24,3 +24,18 @@
  * Object holding all the HTML manipulation members and methods.
  */
 var astgui = {};
+
+/**
+ * All the form members and methods.
+ */
+astgui.form = {};
+
+/**
+ * All the table members and methods.
+ */
+astgui.table = {};
+
+/**
+ * All the dialog members and methods.
+ */
+astgui.dialog = {};




More information about the asterisk-gui-commits mailing list