-
23 Oct 2008 10:38 PM #1
ExtJS and sharepoint
ExtJS and sharepoint
has anybody integrated ExtJS with sharepoint webparts? can you explain how to do this?
-
23 Oct 2008 11:03 PM #2
Yea, I'd like to know the answer to this as well...
Webdeveloper from Norway
-
1 Nov 2008 1:14 PM #3
Very Doable
Very Doable
Developing with SharePoint and EXT should be pretty easy. I'm more a stranger to EXT, since I know SharePoint fairly well, but there are many included webparts that you could use to integrate a lot of EXT's features into a site with, such as the Content Editor Web Part, which is just a container for HTML and Javascript. You could also modify a Data View Web Part to output Javascript if you'd like. What kind of integration are you looking for?
-
12 Nov 2008 7:22 PM #4
I was previously thinking on lines of using the Script# ( the c# layer for ExtJS). But The Content Editor solution looks more nice.
-
24 Nov 2008 11:06 PM #5
I linked ExtJS successfully with sharepoint, but have a small issue.. can somebody tell me how to set the path so that ths js files for ExtJS are accessible in the webpart? right now, I have put them with hardcoded absolute path.
-
2 Feb 2010 7:48 PM #6
Integrate EXTjs with SharePoint
Integrate EXTjs with SharePoint
I'm no expert on SharePoint, but I do know more about EXTjs in comparision. I assume that one must upload the EXTjs library to the SharePoint server. You can't just upload the library via "Site Libraries and Lists ". Right? How does one go about editing the "Data View" webpart to output the EXTjs lib???
Perfection as a goal is a nice idea that can point one in a specific direction. However, since "perfection" is an ever changing (evolving?) and moving target, one must admit that perfection can never be obtained...
When in doubt, check the d4mn source code!
-
7 Feb 2010 8:20 PM #7
Hmm... Perhaps this may help me... (?)
http://mojalog.com/2008/03/_sharepoin.html
http://mojalog.com/2008/04/sharepoin...gridpanel.htmlPerfection as a goal is a nice idea that can point one in a specific direction. However, since "perfection" is an ever changing (evolving?) and moving target, one must admit that perfection can never be obtained...
When in doubt, check the d4mn source code!
-
8 Feb 2010 5:55 PM #8
Use MS Office SharePoint Designer
Use MS Office SharePoint Designer
I have figured out how to use SharePoint designer to upload the EXTjs Lib and run a few test scripts... Now, I would like to create a webpart that will use the sharePoint lists as input to a grid/chart.
Anyone here have experience with this?Perfection as a goal is a nice idea that can point one in a specific direction. However, since "perfection" is an ever changing (evolving?) and moving target, one must admit that perfection can never be obtained...
When in doubt, check the d4mn source code!
-
8 Feb 2010 7:31 PM #9Sencha - Sales Team
- Join Date
- Mar 2007
- Location
- Melbourne, Australia (aka GMT+10)
- Posts
- 738
- Vote Rating
- 6
keeping extjs on the same domain as the script will simplify your life.
Check out SenchaWorld.com for articles, screencasts, conference videos and more.
Sencha Technical Training : Asia Pacific Region
Code Validation : JSLint | JSONLint | JSONPLint
-
7 Jul 2011 2:04 AM #10
you can use either rest web service or can create your own web service to get sharepoint datas in xml format. While creating web part include all the ext files from hive path.


Reply With Quote


