jPoint

jPoint: jQuery for SharePoint

Get Started. It's Free
or sign up with your email address
jPoint by Mind Map: jPoint

1. Lists

1.1. getList( [siteURL] , listName)

1.2. <ListName>

1.2.1. getSchema()

1.2.2. getSPItemByID(ID)

1.2.3. getSPItemsWithQuery(CamlQuery, RowLimit)

1.2.4. updateItem(JsonData)

1.2.5. addItem(JsonData)

1.2.6. deleteItem(ID)

1.2.7. getSPViewCollection()

1.2.8. getSPView( [ViewName] )

1.2.9. getPictures( [ViewName] )

1.2.10. filterItems(FilterField, FilterValue)

1.2.11. getItemsFieldData(FieldNames)

2. config

2.1. editConfiguration

2.2. updateConfiguration

3. Form

3.1. readForm( [SiteURL] , [ListName] )

3.1.1. Field

3.1.1.1. val()

3.1.1.2. oldVal()

3.1.1.3. Hide()

3.1.1.4. Show()

3.1.1.5. find( ItemType )

3.2. saveForm()

3.3. field(DomElement)

4. Webservices

4.1. GetWeb( params )

4.2. GetWebCollection( params )

4.3. WebUrlFromPageUrl( params )

4.4. GetAllSubWebCollection( params )

4.5. GetListCollection( params )

4.6. GetList( params )

4.7. GetUserLoginFromEmail( params )

4.8. GetUserInfo( params )

4.9. GetRoleCollection( params )

4.10. GetRoleInfo( params )

4.11. GetGroupCollectionFromWeb( params )

4.12. GetRoleCollectionFromWeb( params )

4.13. CallSPWebSvc( params )