Hello all. I'm a senior developer at ExtJS (www.extjs.com). I'll be
working on a series of gems to support ExtJS with Merb under the merb-
extjs namespace. My work is very early at this point and the only
work so far is in support of a new Ext technology called Ext.Direct
which allows one to remotely send actions to merb parts.
eg:
<script>
Ext.onReady(function() {
UserPart.create({first : 'joma', last: 'cutchcutch'}, function
(data, response) {
alert('this is the callback');
});
});
</script>
I want to invite any merbists who might find themselves in the Orlando
area during April 14-16 to come attend ExtJS's first annual conference
(http://www.extjs.com/conference/) where I'll be presenting two new
ExtJS technologies hosted within Merb applications.
Merb rocks!
Cheers,
Chris Scott
Senior Software Engineer -- ExtJS
www.extjs.com
www.extonrails.com
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"merb" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/merb?hl=en
-~----------~----~----~----~------~----~------~--~---