Skip to main content
jP_web_icon

The jPoint Project Blog

Go Search
Home
jPoint Docs
Examples
Blog
  

jPoint > The jPoint Project Blog > Posts > Frequently Asked Questions about jPoint
Frequently Asked Questions about jPoint

What is jPoint?

  • jP is an open source javascript API and script deployment framework for Sharepoint
  • It leverages the speed and agility of jQuery.
  • It is used to manipulate Sharepoint forms and pages, communicate to Sharepoint webservices, and to build jParts

What are jParts?

  • jParts are content editor webparts with scripts
  • They are like jQuery plugins for Sharepoint
  • They are configurable which means you do not need a developer to deploy a custom  solution for your particular site
  • Check out the Examples and the jParts Repository links on the left-hand side 

Who is jPoint for?

  • Sharepoint javascripters develop against the jPoint API to create jParts
  • Power users and Sharepoint administrators use jParts to enhance their users' Sharepoint experiences
  • Sharepoint developers can further customize jParts or use several jParts together to create a mashup

What can jPoint do?

  • Allow scripts (jParts) to be deployed to Sharepoint pages by non-technical admin users
  • Manage your javascript solutions in your Sharepoint environment from a central location
  • Manipulate your form pages (i.e. hide, auto-populate, disable fields, etc)
  • Ajaxify your webpart pages (i.e. auto-saves, list auto-refreshes, etc)
  • Allow you to create a feedback form and chatrooms throughout your sites

Can you show me some examples?

  • Sure, we are creating the examples as fast as we can.  Check out the Examples tab.  Remember, most of the time, we are working on the core API so that other developers can more easily create jParts.
  • Most examples write to lists so in order to be a Contributor, log in as
    • username: demouser
    • password: sharejPoint!

I am interested in contributing to the Open Source jPoint project. How can I get involved?

  • If you would like to be a contributor to the project, email will.lawrence [at] sharejpoint.com
  • If you have Sharepoint script solutions that you want to jPoint-ize and turn into jParts, email will.lawrence [at] sharejpoint.com
  • Other ways to stay involved is by joining the Discussions on codeplex, subscribing to our blogs feed, following @sharejPoint for updates on twitter, and simply spreading the word on jPoint.

Comments

Re: Frequently Asked Questions about jPoint

Can you use this to count the numbers of characters in a text box and then sisable the input if that amount is reached
demouser at 10/13/2009 2:35 PM

RE: Can you use this to count the numbers of characters in a text box ...

Here's a quick example of jPart.TextCounter using jPoint, jQuery.  http://www.sharejpoint.com/examples/Lists/TextCounter/NewForm.aspx. (KL)
Ken Le at 10/16/2009 9:11 AM

dyanand.lackrajh@nycha.nyc.gov

The TextCounter  look exactly what i need, but what do i need to do  to place it in my environment (files etc)
demouser at 10/30/2009 10:41 AM

will.lawrence@sharejpoint.com

Andy, did you see Ken's response earlier? 

Here are the instructions for getting a jPart "plugin" like the TextCounter into your environment.

http://www.sharejpoint.com/Shared%20Documents/jPart.TextCounter%20Install.pdf
Will Lawrence at 11/1/2009 3:42 PM

dyanand.lackrajh@nycha.nyc.gov

I got this working locally. Thanks, Ken who went out of his way to assist me here. You guys are the best. Thanks again
at 11/4/2009 7:31 AM

rsandoval@paegroup.com

Unfortunately, I am not a developer, just my company's portal administrator.  I have implemented jQuery web parts in the past.  Most came from EndUser SP or Path To SharePoint site. 

To date, I have only had to install the CEWP and post the code into it.  Your instructions reference "Setup required files (download or link)." 

What does this step entail?  Do you have a screencast that shows that process?

Great site.  I can learn alot here. 

Thanks.  Robert
demouser at 11/11/2009 1:57 PM

ken.k.le@gmail.com

See blog post on how to install the jPart.TextCounter as an example on how to download and install jPart's.

http://www.sharejpoint.com/blog/Lists/Posts/Post.aspx?ID=4

Download or link means

Download - to host jPoint library on your own site.
Link - to use jPoint from http://code.google.com/p/sharejpoint/
at 11/11/2009 3:06 PM

jc_pineiro@yahoo.com

WOW very nice!

We want to group fields in an editform.aspx page by adding a header rows to groups of fields, maybe do some formating on that row.

Is this possible with JPOINT? Got an example of how?

Thanks.
demouser at 12/9/2009 10:40 AM

will.lawrence@sharejpoint.com

jc,

I believe Samir reached out to you after he created the FormHeaders jPart, but just to make sure and to inform future readers of this blog, here is the solution:

http://www.sharejpoint.com/examples/Lists/FormHeaders/NewForm.aspx

Don't forget to use the following account for seeing the examples. 

username: demouser
 password: sharejPoint!
Will Lawrence at 1/4/2010 10:19 PM