Andrea Del Signore
unread,Sep 22, 2011, 9:50:27 AM9/22/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Scriptsharp
Hello,
I'm a newbee that is just exploring the script# compiler.
I'm trying to bind some big framework like qooxdoo or sproutcore, but
I've some (expected) difficulties.
For example, given this sproutcore JS snippet
Todos.Todo = SC.Object.extend({
title: null,
isDone: false
});
how can I code a c# syntax that will produce this code block?
{
title: null,
isDone: false
}
I've also some more questions, but let start with this ;)
Thanks for your help.
Best regards,
Andrea