Changes

Jump to navigation Jump to search
277 bytes added ,  13:51, 3 April 2009
no edit summary
Line 88: Line 88:  
#Navigation-main  
 
#Navigation-main  
 
#*Fields: Widgetid,name,description,activate(boolean),children-id(foreign key),delete(boolean),params
 
#*Fields: Widgetid,name,description,activate(boolean),children-id(foreign key),delete(boolean),params
#*This table would be overwritten with widgetids everytime, when an object is added to on VISUAL UI. this contains field like widget id,<br>name desc, chidren-id ( widget that comes under it ) and other functional or positional parameters. delete column will help in faking delete<br>option( more on this later )
+
#*This table will be the database of UI application and UI graphics can be straight generated using this table. This table would be overwritten with widgetids everytime, when an object is added to on VISUAL UI. this contains field like widget id,<br>name desc, chidren-id ( widget that comes under it ) and other functional or positional parameters. delete column will help in faking delete<br>option( more on this later ).
 +
#*This table can also be shared in network and associated with other UI applications. Here XML messaging can be used with DOM/SAX parser support in this application.
    
'''Description'''
 
'''Description'''
122

edits

Navigation menu