NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: David on December 03, 2009, 03:10:04 AM

Title: NT5 - jQuery UI
Post by: David on December 03, 2009, 03:10:04 AM
Bruce,

Is it your intention to provide all the base jQuery UI functionality (Interactions, Widgets, and Effects)  through templates in NT5 or just a subset?

Thank you
Title: Re: NT5 - jQuery UI
Post by: Bruce on December 03, 2009, 05:51:43 AM
Hi David,

Almost certainly a subset (via templates).
Not least because it keeps growing.

The DatePicker is a good example. The basic UI Widget support is in, but only a handful of the options supported by jQuery are in the template. (Quite simply, because there are too many options). However a specific embed point is created so you can set whcichever options you like. (And I'll be adding a property for a "global default for date picker options" as well.

So this concept will be applied to more and more of the UI items that are available, as I get around to coding support for them.

Cheers
Bruce