The goal of this video, "How to debug" is to get you familiar with Open Web Studio debugging. Since it can get data from so many sources and perform so many tasks, OWS includes a very robust debugging and logging system.
The original version of Open Web Studio 2.0 was released with the standard ListX Script syntax provided by default. While the language is flexible and easily utilized within many applications - the la
As the network centric and internet based technologies have grown and become globally adopted, organizations seeking to integrated their systems across departments and organizational boundaries have m
Installation Instructions
Setting up DotNetNuke and the OWS Module
Install Dotnetnuke 4.8 or higher (the product is compatible with all versions of 4, however we prefer the footprint of 4.8 or
Introduction
The Quick Builder within Open Web Studio provides all you need to create the complete interaction around your table structures. Watch the video to see the Quick Builder in action. This w
What is R2i Open Web Studio
Describing R2i Open Web Studio (OWS), at times can be extraordinarily difficult, simply because it can have so many answers to so many different people. In short, R2i Open
tips on using range and required validation
Contains most common real world regular expression validation examples
A complete source and version tracking system is provided with Open Web Studio. Whenever a version has been Published to the server, a duplicate of that current version is retained in the database to allow for quick repair whenever a problem is identified
There are a limited number of examples for utilizing SOAP to access services. This article extends the examples to contain both Input-Action and Query results for interacting with SOAP web services.
Sorting your results by utilizing the built in syntax provided for controlling not only the rendered data order, but also for dynamically modifying the standard, ascending and descending display headers is easy with our syntax specification.
When the "SSL Enforced" option is selected within the Admin Settings of a given portal within DNN, the OWS.Fetch callbacks stop functioning. The following article identifies a way to resolve this logic without causing further problems.
Core
Community
Enterprise
PRICING
The COALESCE tag provides extensive capabilities, acting as a first available determination conditional as well as providing the ability to apply multiple formatters to the resulting value. The COALES
Setting session variable values to specific column values and immediately transporting to the Tab/Page associated with consuming those values is made simple with out Action syntax. All runtime actions like Sorting, Interactive Lists and Actions utilize the similar formatting structures contained within curly braces {...}. Actions require four parameters. The first is simply the type of interaction performed, in this case ACTION.
Because you always need to provide summary information within websites, grids and other interfaces, it become apparent that it would be far easier to control the tallies within the rendered UI rather than provide additional complex query joins to support them. The concept provided by OWS is quite simple, it can SUM or COUNT values contained within records in your query, and provide a means of pulling the current tally at any time in the interface, either at grouping levels or within your global
The need to alternate between specific values at any given position within the ListX engine arose, and the ALTERNATE tag was added to provide just that capability. This is useful in scenarios where you need to switch between two class names to alternate background colors on Group rows, rather than detail, but this is not the only solution. Since it can alternate between as many items as you want – you can alternate between 100 different colors or text values if you desire.
Providing the added interaction of check lists, or radio lists with automatic selection of all items under a group header checkbox item is made simple using the integrated syntax. All runtime actions like Sorting, Interactive Lists and Actions utilize the similar formatting structures contained within curly braces {...}. Check Lists, Radio Lists, Check List Items, and Check Items all have slightly different syntax - so follow the links to learn more about each of the syntax elements.
IIF (read Inline or Immediate If) provides the ability to utilize inline conditional checking within your queries and formatting to support nearly any requirement specified. Sometimes, it's necessary to have conditions directly in your list. Perhaps you want to show a column only if the record meets a certain criteria. Using simple Boolean logic, the IIF statement will render one string if the condition is true and the other string if false.
The MATH tag provides the ability to render and display any evaluation quickly and easily within any portion of the OpenWebStudio engine. The provided math library functionality is extensive, and provides the ability to use not only the Math tag, but to also use Mathematical logic in any provided IIF condition Sometimes, it's necessary to have conditions directly in your list. MATH can be used in any of the rendering areas or in the query itself.
There are times within your content that your may need a customized way of calculating or tallying a variable value within the runtime of your page. This is made possible through the use of the SET tag. With this tag, you can specify the Name of the value, Value which you want to assign, and the Collection which houses the value.
orting your results by utilizing the built in syntax provided for controlling not only the rendered data order, but also for dynamically modifying the standard, ascending and descending display headers is easy with our syntax specification. All runtime actions like Sorting, Interactive Lists and Actions utilize the similar formatting structures contained within curly braces {...}.
OWS now allows the use of embedded sub queries to get details of information that are otherwise unavailable to your primary query. An example may be if you are using OWS to design an entry form and you need a <select> list.
Using the rich text feature supported by the platform is provided as a token within Open Web Studio. The token works well in both AJAX and Non-AJAX interaction, although on some platforms (like DotNetNuke) a little bit of extra know-how is necessary to re
This demonstration walks through the assignment of a Page Title both via Assignment action (non ajax) and via Javascript and OWS.Fetch.