Javascript Validation Scripts
OWS supports comprehensive validation utilities in simple way. All it requires is a SPAN Tag having attributes as listed.
id - An unique identifier for SPAN
The Client Script Utilities are provided as an inclusive javascript function set which provide some typical runtime essentials for use with OpenWebStudio. These utility functions provide aspects of visual appeal, as well as utilitarian functionality. These functions currently consist of Expand/Collapse logic, meant to prevent easy layout functionality for hiding and showing group levels at runtime.
Open Web Studio provides the ability to use external connections from standard .Net ODBC supported databases via the Connection property of the Rendering, Action:Execute and Sub queries. The provided list below is a breakdown of example Connection Strings
For some reason, doing this with ListX or OWS has always seemed like a daunting task but after learning how to do it, it's really pretty easy. Included in this post are the step by step instructions
Open Web Studio supports Custom Paging, which enables the developer to control how the system handles paging, over-riding the default paging handler. The benefit of this – on very large sets of data, or complex long running queries is that the SQL script selects only the information from the database that you require. For instance, if you want only the records that occur in order from rows 75 to 100, because you are paging 25 records per page and are on page 4 of 10,000 – requesting only page
implementing custom validation - both OWS and external JavaScript, and how they work together
SQL Server script that deletes dnn users from all the correlated DNN tables
Version 1.0
The accompanying executable code version of the R2i Open Web Studio platform is made available to you pursuant to version 2 of the GNU General Public License (the “GPL”). Without limiti
OpenWebStudio is a tag based language, which provides the ability for each tag value to contain multiple attribute values. OpenWebStudio tags are enclosed with either Brackets or Curly Braces ([,{.}.]) and may contain tags within tags. The result of this, at times, is the desire to either ignore tags within conditions which will not be displayed, and therefore should not be rendered or executed unless the condition were to pass.
To automatically Encode your Wiki syntax within Open Web Studio, use the ENCODEWIKI formatter. For example, assume that you have content in an Actions Variable named "MyVariable". To encode the values
The FORMATTER option is defined by the syntax provided within the .Net Framework. The syntax was created and is provided in such a way as to work as a culture specific syntax. All format tokens begin and end with a curly brace {...}.
While the formatted properties of the OWS control allow a user to display most content, in any way possible - there are a several restraints we like to apply for extending some of the usability of the interactive content. The majority
Copy is located at http://www.gnu.org/licenses/gpl-2.0.html
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
51 Franklin St, Fifth Floor, Boston, MA
02110-1301 USA
Ev
Goto is an Action which provides the ability to call another configuration or some region within the current or a different configuration. If you use this action you can choose the target configuration and / or region from dropdown lists.
Importing DNN users from a custom table using Open Web Studio
Javascript object notation (JSON) is a data interchange format that utilizes a subset of Javascript that can be interpret by most popular programming languages today. JSON.org provides a good descript
The runtime of OpenWebStudio is made up of two basic structured. The Visual Layout (Template) and the executed runtime steps (Actions). Each step provided within the Action block is meant to provided functionality or ultimately assign to the Template which will be rendered once all Actions have completed.
The goal of this video, "How to get Started" is to briefly explain the basic use of OWS. This is meant to be a starting point for your experience with Open Web Studio. The video will teach you how to create and open existing configurations.
The goal of this video, "How to query data and display it on your page" is to briefly explain the use of Open Web Studio's template system.
The concepts of the Query and Template are presented. By gaining an understanding of
The goal of this video, "How to group your output results", is to extend your knowledge of the Open Web Studio template structure.
In the video I create an all-encompassing implementation of a grid table structure, made up of the already-demonstrated que