Inline. "Wilson" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > But no matter which framework gets bundled (or if anything gets bundled > at all) the exact same work is going to be necessary on the backend > first.
All toolkits have different ways to make their magic. While it may be possible to be library-agnostic in general code, it may not be possible for concrete application. Unfortunately application-specific JavaScript will be different for different frameworks, and amount of it depends on selected toolkit. Another point: even if you have some magic code, which works with any toolkit, you have to bundle this "any toolkit". Otherwise Admin will not work out of box. I don't think it is acceptable. Robert is right asking to make a choice. Thanks, Eugene