Model-Glue is up and running!

In case you didn't notice, not only am I testing out Model Glue but also the Ext JS library.

Its looking like Ext and the YUI library might be replacing prototype and scriptaculous for my base JS support... waiting on Ext JS + Spry *grin*

Toolbar with Menus

Here we are going to create a menu using an Ext Toolbar




MenuButton

Here we are going to create a menu using an Ext MenuButton


Model-Glue Debugging:


Time Category Message
0ms Core This is Model-Glue version Public Beta 1 (2.0x160)
   
0ms Core Using ORM Adapter: ModelGlue.unity.orm.ReactorAdapter
   
0ms Event Handler Running Event Handler: "ModelGlue.onRequestStart"
  <event-handler name="ModelGlue.onRequestStart"> 
0ms Message Broadcast Broadcasting message: onRequestStart
  <message name="onRequestStart" /> 
0ms Message-Listener Invoking function "OnRequestStart"
  <message-listener message="onRequestStart" function="OnRequestStart" /> 
0ms Event Handler Running Event Handler: "page.index"
  <event-handler name="page.index"> 
15ms Result Event "page.index" has queued the "view.template" event-handler
  <result do="view.template" /> 
15ms View Include Adding view "body" to the view queue.
  <include name="body" template="dspIndex.cfm" /> 
15ms Event Handler Running Event Handler: "view.template"
  <event-handler name="view.template"> 
15ms View Include Adding view "template" to the view queue.
  <include name="template" template="dspTemplate.cfm" /> 
15ms Event Handler Running Event Handler: "ModelGlue.onQueueComplete"
  <event-handler name="ModelGlue.onQueueComplete"> 
15ms Message Broadcast Broadcasting message: onQueueComplete
  <message name="onQueueComplete" /> 
15ms Message-Listener Invoking function "OnQueueComplete"
  <message-listener message="onQueueComplete" function="OnQueueComplete" /> 
15ms View Queue Rendering view "body" (/translator/views/dspIndex.cfm)
  <include name="body" template="dspIndex.cfm" /> 
15ms View Queue Rendering view "template" (/translator/views/dspTemplate.cfm)
  <include name="template" template="dspTemplate.cfm" /> 
15ms Event Handler Running Event Handler: "ModelGlue.onRequestEnd"
  <event-handler name="ModelGlue.onRequestEnd"> 
15ms Message Broadcast Broadcasting message: onRequestEnd
  <message name="onRequestEnd" /> 
15ms Message-Listener Invoking function "OnRequestEnd"
  <message-listener message="onRequestEnd" function="OnRequestEnd" />