Hey Nicolas, 2009/1/26 realniko <[email protected]>: > I think that it's the good moment for my question so, what are the main > lines for building new widgets?? with and without ExtJS.
If you mean by guidelines for general purpose widgets (such as those in the toolkit), then I would say: - preferably widgets are not based on ExtJS or another monolythic JavaScript library. JQuery might be acceptible though, and we might bundle it with Wt since it is so small and versatile. - if the widgets exists in Qt, model the widget after the Qt API. - only use the public Wt API (this can be done except for specialized cases) Ideally, your application should be built from specialized widgets that are composed from general purpose widgets, and you are absolutely free how to do that (but some what advocate to separate the user-interface elements from the business logic). I am not sure if this answers your question ? Regards, koen ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
