Skip to main content
jP_web_icon

jPoint Docs

Go Search
Home
jPoint Docs
Examples
Blog
  
jPoint > jPoint Docs > API > jP.valListName()  

jP.valListName()

jP.valListName()

Method

jPoint.valListName( [value] )

Overview

Getter/Setter. Get: returns value of the current List. Set: sets value of jPoint.ListName with ‘value’ parameter. Certain functions in jPoint need this variable set. If the developer does not set the variable manually, jPoint tries to figure out the current list by looking for the part of the URL after “/Lists/”.

Arguments

Name
Type
Optional
Description
value
String
true
value (Optional). If not present, function is Getter, else function is Setter and value is String representing listName.

Returns

If value is not present, function returns the part of URL after “/Lists/” else jPoint.ListName or “”. If value is present, function just returns value.

Last modified at 12/4/2009 2:29 PM  by Luke Orman