Welcome, guest ( Login )

Index of all pages

All pages # A B C D E F G H I J K L M N O P Q R S T U V W X Y Z Other

A

AjaxDataHeader
// var Wiki = {}; // var wikiPagePath = String(page.path).replace(/"/g, '\\"'); var wikiPageName = wikiPagePath.substring(wikiPagePath.lastIndexOf("/")+1);

ApplicationHelp
Controller Pages

Apps
Jotspot WikiWiki Online HelpRelease NotesGet Support Jotspot Class Reunion PlannerClass Reunion Planner Online HelpSignup for the Class Reunion Planner at http://classreunion.jot.comJotspot ...

AttachDialog
Attach File Component

C

ChangePageProperty
// if (req.args.changePage && req.args.changeProperty) { var cPage = jot.pages[req.args.changePage]; if (cPage == null) { jot.out.write("PAGE NOT FOUND: " + req.args.changePage); } else { var value = req ...

ClassReunion
var url = jot.lib.util.makeURL("wiki:/Apps/ClassReunionHelp", 1); jot.lib.redirect(url);

ClassReunionAdministration
Table of ContentsSite SetupAccess to Site FunctionalitySidebarPage PermissionsSite Setup The Site Setup page contains the main configuration for the site. You can configure: School name ...

ClassReunionApplicationOverview
PricingThe cost of the Jotspot Reunion Planner is a yearly fee that includes the hosting of the application as well as unlimited users from your class.Application Privacy and ...

ClassReunionDefaultApplicationPages
Theses pages come with your Class Reunion Wiki. Any user in the Site Admin group can remove them from the list or reorder them. Below is brief description of each ...

ClassReunionHelp
Help for users and administrators of the Jotspot Class Reunion Wiki. Recent News [2.9.2006] Class Reunion Planner version 1.1 released! Release highlights include page security, image upload ...

ClassReunionReleaseNotes
Release 1.1 [2.7.06]Image upload is now supported, so images can be easily added to pages. When you edit a page, the upload button is above the ...

ColorScheme
Controller Pages

ColorSchemePicker
// //check to make sure it is valid var colorPage = args.colorPage; var currentTheme = 'default'; var colorXML = jot.pages[colorPage]; var siteColors = colorXML['siteColors']; if(args['currentTheme']){ var ct = args['currentTheme ...

Comments
Page Discussion Component

create
Default Application Pages Theses pages come with your Class Reunion Wiki.  The site administrator can remove them from the list or reorder them.   Below is brief description of each default ...

D

DefaultApplicationPages
Default Application Pages Theses pages come with your Class Reunion Wiki.  The site administrator can remove them from the list or reorder them.   Below is brief description of each default ...

E

F

FamilySiteAdministration
Table of ContentsSite SetupAccess to Site FunctionalitySidebarSite Setup The Site Setup page contains the basic configuration for the site. You can configure: Family nameSite color ...

FamilySiteApplicationOverview
Application Privacy and SecurityJotspot takes privacy and security very seriously. The Jotspot security policy is attached to this page. You can also find more about our security audits and ...

FamilySiteDefaultApplicationPages
These pages come with your Family Site Wiki. The Site Admin can remove them from the list or reorder them. Below is brief description of each default page:Family Directory ...

FamilySiteHelp
Help for users and administrators of the Jotspot Family Wiki. Recent News [4.11.2006] Family Site public beta released! Read more.[4.3.2006] Family Site private beta released ...

G

GetSupport
Online help, FAQ's, and the knowledge base can be found at http://feedback.jot.com.To contact support, please email jotspotsupport at google dot com.

GroupUtils
GroupUtils_included = "true"; // /** * Gets the list of users in a group * group - full path to the group (e.g. /foogroup) **/ function getGroupMembers(group) { var members = []; var groupPage = jot.pages[group ...

I

InitColors
// /* Init colors expects the variables: * currentTheme: the colorscheme selected by the customer * colorXML: path to the colors XML file For an example see the ja_reunion project css file. This ...

Invite
Invitation Utilities

InviteUsers
/* // for testing with a direct include var args = []; args['sendTo'] = 'scott.m.johnston@gmail.com'; args['invitedByEmail'] = 'sjohnston@jot.com'; args['invitedByFullName'] = 'Scott Johnston'; args['inviteSubject'] = 'Test Subject from Invite ...

InviteUtils
/** * checks if a user exists **/ function userExists(email){ // this code assumes they have the same username and email. Not the best way to do it, but good enough for now ...

L

Loader
Lazy Page Loader Component

R

R2.6ReleaseNotes
The major themes of release 2.6 were improved wysiwyg editing and page permissions.Jot WikiAdded: the ability to widen permissions. In previous releases, a user would need to ...

R2.7ReleaseNotes
2.7 Release Notes Wiki Added: Page Types - users can now created different type pages, 2.7 supports web page (in 2.6 this was the only page type), calendar ...

R2.8ReleaseNotes
Release Notes for 2.8 Jot Wiki Added: search and index pages now support filtering by creation user, recently changed, and page types Added: support for multipart/related emails sent ...

R2.9ReleaseNotes
Jot Wiki Added: Support for Internet Explorer 7Added: Support for Firefox 2Added: Ability within the UI to set permissions on User and Group pages through the "set permissions ...

ReleaseNotes
JotSpot Release Notes Release 2.6 - new editor, enhanced permissions model Release 2.7 - page types (spreadsheet, calendar, file cabinet, and photo page), new link picker, wiki appearance Release 2 ...

S

SelectUserDialog
Component for selecting users

SharedAttachDialog
/** * Use this to pop up a dialog to attach a file to the current page you are on * id - an HTML-unique id for the dialog * title - the title of ...

SharedAttachDialogHandler
// if(req.uploaded.attach) { var fileName = req.uploaded.attach.name; if (req.args.preserveFilename == "true") { // use the filename as-is } else { // let's force the name to be sure we ...

SharedButton
// /** * A button that has rollover gleams, selectability, etc. **/ var id = ""; if (args.id) { id = " id=\""+args.id+"\""; } var onclick = ""; if (args.onclick) { onclick = " onclick=\"" + args.onclick + "\""; } var cssClass = ""; if (args ...

SharedImageBox
// /** * A tile that surrounds your given HTML with 8 images, and also adds * a background image. * * @param style The name of a style of border to use. This is a ...

SharedLoaderHandler
// // ============================================================ // SCALAR TILE PARAMETERS // ============================================================ // List of tiles that need to be updated because they have been invalidated var tileIds = eval("("+req.args.idList+")"); // List of render paths, corresponding to the mentioned ...

SharedLoaderTableTile
// /** * This page creates a lazily loaded table. The rows (not the * columns, currently--- sorry) are lazily loaded into the table based * on screen visibility. * * @param tableId a unique ID for ...

SharedLoaderTile
// /** * This page wraps another included page. Instead of including the * page, this wrapper allows the included page to be loaded later when * it is visible in the browser's scrollable ...

SharedMap
// var mapLocationURL = jot.lib.util.webspaceURL(SharedRoot+"/Components/SharedMap/SharedMapGetLocation") + "?theme="+SharedRoot+"/Themes/AjaxData/"; var locations = JotJSON.stringify(args.locations); var id = getUniqueId(); var locationNames = null; if (args.locationNames) { locationNames ...

SharedMapGetLocation
/* see http://developer.yahoo.net/maps/rest/V1/geocode.html Here's a sample ResultSet from a call to the Yahoo Geocoding api: <ResultSet xsi:schemaLocation="urn:yahoo:maps http ...

SharedMapUtils
/** * Generate an address string from address components that would typically * be found in a directory listing or similar. */ function createAddressString(addressLine1, addressLine2, city, state, zip){ var address = ''; if (stringHasValue(addressLine1 ...

SharedPageCommentForm
Enter Comment:

SharedPageComments
// function createPageComment() { showPageCommentsDialog("Add comment here", function(newCommentText) { document.getElementById("SharedPageCommentsNewCommentText").value = newCommentText; document.getElementById("SharedPageCommentsNewCommentForm").submit(); } ); } // // var searchCriteria = { forDescendants: args.parentPage ...

SharedPageCommentsDialog
var SharedPageCommentsDialog_included = "true"; // /** * Displays the comment dialog, and calls the given * function with the new comment's parameters if the * user clicks OK. **/ function showPageCommentsDialog(defaultText, processCommentFunction) { // set up ...

SharedPriorityPicker
// var widgetId = ""; if (args.id) { widgetId = args.id; } else { widgetId = getUniqueId(); } var levels = "5"; if (args.levels) { levels = "" + args.levels; } var priority = "0"; if (args.priority) { priority = "" + args.priority; } var ...

SharedRoot
var SharedRoot = "/ApplicationHelp/ApplicationHelpShared";

SharedSelectUserDialog
/** * selectUserDialog - dialog for selecting users from the list of users in the wiki * include this page, and use showUserSelectDialog to display the dialog * * showUserSelectDialog(exclude, actionOK) * * exclude - array of users ...

SharedTabControl
// var tabData = []; var tabDivs = {}; var tabId = "tabcontrol"; var selectedTabParam = "selectedTab"; if (args.id) { tabId = args.id.replace(/[^A-Za-z0-9_]/,"_"); selectedTabParam = "selectedTab_" + tabId; } if (args.tabspec) { // executes the tab ...

SharedUserDialogQueryUsers
// var excludeMap = []; if(req.args.exclude){ var excludeArray = req.args.exclude.split(','); // let's build a hash map of exclude addresses to make it easier to compare for(var i ...

SharedUtils
var SharedUtils_included = "true"; // var firstMark = jot.lib.date.now(); var prevMark = firstMark; var SharedUtilsNextWidgetId = 1; /** * Logs a message to the console **/ function msg(str) { jot.lib.srvadm.log(str ...

T

TestPage
jot.lib.savePage('/Apps',{'sys/theme':'/System/Themes/AppHelp/'});

TrialUtils
/* __Trial API's__ To use these API's you need to include this file in your header BEFORE you include this page and then set three variables: * trialLength - the length ...

U

V

W

WikiHome
var url = jot.lib.util.makeURL("wiki:/Apps/", 1); jot.lib.redirect(url);