Using OpenWebStudio to integrate the Custom Data within your module into the mix of the data provided within the DotNetNuke search Results is simple. Let's consider the following configuration.
The purpose of this demonstration is to provide a sample of Uploading files via OpenWebStudio and additionally, utilizing an Ajax Request to verify that the file does not already exist.
OpenWebStudio has an integrated ability to assign to and read from the settings assigned to the module. The provided demonstration will show an example of assigning to the module settings and, once established, consuming the module settings values which were assigned.
This article provides a rapid demonstration of the capabilities of the iPortable implementation within OpenWebStudio
To incorporate validation within Open Web Studio, without the need for post backs for verification, we started with the notion of simply piggy-backing the provided validation logic from Microsoft .Net. However, as many people are aware, the validation on the client-side fails to work for any browser that is not Internet Explorer. To solve this issue, we took the time to delve into the logic of the javascript library, and make a few corrections to the code, then added a few additional features