• Anonymous
  • Login
  • Register
Tree XPage Control

Owners F van der Linden, F. Kranenburg Project Creation Nov 2, 2009
Contributors Zhi Lei Yang, Yong Hua Zhan, Shi Jia Zhang, Xin Rang Wang, Zhi Bo Zuo, Chao CD Dong, Lin Tang, Niklas Heidloff Last Release Aug 20, 2010
Downloads 1737Download Latest Release
Rating
(1 ratings)
Description Tree XPage Control using Dojo


Tree Xpage Control version 1.0.4 contains the following new features :
This project contains a reusable XPage control to display data from a Notes view graphically in a Dojo based tree control.
 
 
- display Tree leafs as styleable html hyperlinks 
- display multiple Trees on one Xpage.
- changed propertienames so it's easier to understand. 
 
 
Goto the Project tab of OpenNTF to see a live version! 
 
 
 
 The new control properties are :
 

Property name

Type

Default

Description

Sample value

TreeNr

String

“1”

Specify number of trees you use on one xpage

“1” or “2”

Server

String

“”

The server where the target view's db locates, empty(default) means the session's server.

“127.0.0.1”

DbFullpath

String

“”

The path of the target view's db on the server, empty(default) means current db.

“treeDemo.nsf”

ViewName

String

 

The target view's name.

“All Contacts”

view_CategoryFilter

String

“”

Filter on the first category in the view.

“Company Contacts”

doc_TitleFieldName

String

 

Field name of document  shown on the tree's leaf nodes.

“doc_Field1”

doc_TitleEnableHTML

Bool

True

If true, leaf nodes will be rendered as html

 True or False

doc_TitleHrefTitle_ColNr

String

 

“”

The view colum number that is used to link to. This column includes the full

 

“3”

doc_TitleHrefLink_ColNr

String

 

“”

The view colum number includes the actual link to the document, not including html. Specify when doc_TitleEnableHTML = true

“4”

doc_IconColumnNr

String

 

 

The view colum number includes the name of the icon.

 

“5”

doc_OnClickEvent

String

“”

The script(JavaScript) to be run when clicking the tree's leaf nodes. Specify when doc_TitleEnableHTML = false

var value = jsonStore.getValue(item, "title");

alert(value);

 
Zhi Lei Yang, Yong Hua Zhan, Shi Jia Zhang, Xin Rang Wang, Zhi Bo Zuo, Chao CD Dong and Lin Tang are the developers. Niklas Heidloff only the committer. 


Projects can have short and readable URLs, e.g. http://mobilecontrols.openntf.org.

You can request a short URL to your project by sending a mail to support at openntf dot org.
Owners are the people with maximal rights. For example they can create releases and add more contributors.

In order to define multiple owners use "," (comma) as separator.

Because of data privacy you cannot lookup other people's names but you have to type them in.
Enter the contributors or owners here who you want to receive notifications and questions by email.

In order to define multiple owners use "," (comma) as separator.

Because of data privacy you cannot lookup other people's names but you have to type them in.
In addition to the owners additional OpenNTF contributors have to be listed here. Contributors don't have the same access rights as owners, e.g. they cannot create releases.

In order to define multiple owners use "," (comma) as separator.

Because of data privacy you cannot lookup other people's names but you have to type them in.
Enter a short description of the project here (up to 100 characters).

The short description shows up in the project UI and in some of the views.
In this field you should enter a more detailed description of your project.

You can use the rich text editor for rich text formating. You can also enter HTML to embed objects, e.g. to embed a YouTube video or a screenshot of the project. In this case use '[' and ']' to mark the passthrough HTML as such.
A Catalog Release is for projects that are production ready and that are end-user "install friendly".

This property describes whether any release of this project has been added to the catalog.

Learn more about the catalog.
GitHub can be used as source control repository for OpenNTF projects. In this case the Issues from GitHub are used instead of the Defects from OpenNTF.

Contact ip-manager@openntf if you want to have a GitHub project created in the OpenNTF space.

Learn more about OpenNTF on GitHub