Using the data in a custom module
Am I right in thinking that if I create a custom module I can use that module's data in a custom widget?
For example, I'm thinking of creating a module for appointments and using the RadScheduler as the display medium.
--
Stuart
do you mean a custom dynamic module from the module builder? you certainly can use that data in any custom widget through the API.
Each module generates a code reference with API samples to use data in custom code. For more info and examples, take a look at this article: Retrieving Data From Dynamic Modules Using the Module Builder API
Hope this is helpful!
Thanks Josh.