Really, cool!!!
isc.TreeGrid.create({
ID: "employeeTree",
width: 500,
height: 400,
dataSource: "employees",
autoFetchData:true,
nodeIcon:"icons/16/person.png",
folderIcon:"icons/16/person.png",
showOpenIcons:false,
showDropIcons:false,
closedIconSuffix:"",
fields: [
{name: "Name", formatCellValue: "record.Job+': '+value"}
]
});
The source even looks a lot like ExtJS ;)
I will try and create Hobo plugins (DRYML etc.) for ExtJS and
SmartClient when I have the time.
Please give some feedback on the latest textmate bundles I uploaded.
Anyone knows how to create a textmate bundle "Command" to execute
"script/generate hobo_migration" from within textmate?
-Kris
On Aug 29, 7:34 pm, Gert Thiel <[email protected]> wrote:
> Do you know SmartClient <http://www.smartclient.com/>, avail under
> LGPL?
>
> On Aug 28, 3:48 pm, Kristian <[email protected]> wrote:
>
> > Looks like OpenEXT has a few bugfixes, then died a silent death...
> > ExtJS 3.0 has a GPL v3 license, which should be OK for most projects.
> > Its a license supposed to be suitable for use in both commercial and
> > Open Source projects as I see it (but I'm in no way an expert on
> > licensing!).
> > Kris
>
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Hobo
Users" 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/hobousers?hl=en
-~----------~----~----~----~------~----~------~--~---