| 1 Overview | 2 Data Model & API Intro (Watch Video) | 3 Structuring Data w/Properties & Forms | 4 Presenting Your Data | 5 Using Xpath Expressions |
Version 39, changed by ScottMcmullan. 10/04/2006. Show version history
| 1 Overview | 2 Data Model & API Intro (Watch Video) | 3 Structuring Data w/Properties & Forms | 4 Presenting Your Data | 5 Using Xpath Expressions |
![]() |
Structuring a New ApplicationIntroduces the pages used in a typical Jot app, discusses best practices for developing applications, and shows you how you can make your app easily customizable. |
![]() |
Choosing an Embedding & Edit ModeCompares the JotScript, sever-side Javascript, and REST methods of accessing JotLib functionality and discusses the differences you'll encounter when using the script markup and XML edit modes. |
![]() |
DebuggingProvides tips for debugging your Jot code. |
![]() |
Applying Different Forms to Control the PresentationShows you how to use a form as a mask that selects which page properties are visible. |
![]() |
Search for Your Data using Queries with FiltersShows you how to define filters with XPath expressions to narrow your searches. |
![]() |
Create Pivot and Filtered Search PagesSearch for one or more properties at once to get better search results. |
![]() |
Displaying Page Properties in TablesShows you how to present your data in a table view using the table function. |
![]() |
Building a CalendarShows you how to present data in a calendar view using the calendar function. |
![]() |
Edit Pages Offline and Push them to your Wiki (Watch Video)Jot Tools is a set of Ant tasks that allows you to edit wiki pages on your file system and then pacakge and upload them with a single click. |
![]() |
Charting and Graphing Wiki DataShows you how to use charts and graphs to display wiki data graphically. |
![]() |
Responding to Events by Sending an EmailShows you how to use listen for events and send an email when a trigger condition is met. Helps build email workflows. |
![]() |
Producing and Consuming RSS feedsShows you how to publish page changes with an RSS feed and incorporate RSS feeds from other sites into your wiki pages. |
![]() |
Creating Images with SVGShows you how to create SVG images that can be added to your wiki pages. |
![]() |
Using Server-Side Javascript in JotSpotDescribes how to use server-side Javascript (SSJS) to program Jot. |
![]() |
Controlling Access to Pages & Page ContentDescribes the Jot permissions model and shows you how to restrict access to particular users or groups. | ![]() |
Create new Page Types for your wikiTurn a form into a page type, making it easy for end-users to use your code |
![]() |
Creating and Updating Pages via RESTShows you how to access and modify wiki content with the savePage and saveForm functions. |