Search Type: Posts; User: jratcliff
Search: Search took 0.05 seconds.
-
15 May 2013 10:11 AM
- Replies
- 2
- Views
- 1,071
Well, since I'm the co-developer of Extnd I am biased and think that is the best way to use Ext JS with Domino. :)
We will be releasing Extnd 1.0 this summer but if you can't wait then if you PM... -
18 Apr 2013 5:53 PM
- Replies
- 2
- Views
- 1,071
What version of Domino should Extnd support
Extnd was started in the pre-XPage era back in early 2007. The current version of Domino then was 7.0.2 and so we made sure then to support Domino... -
17 Apr 2013 7:24 AM
Jump to post Thread: DXLExporter where ? by jratcliff
- Replies
- 1
- Views
- 343
I haven't added it yet to the extnd github repo. Still trying to figure out the best way to do source control with Domino Designer for db specific code such as agents, etc. If you have an older...
-
2 Apr 2013 3:23 PM
Jump to post Thread: Extnd docs are now online by jratcliff
- Replies
- 12
- Views
- 2,594
I'm working on getting it ready (both the extnd.nsf with the source code and agents and the examples.nsf database). I don't have a date in mind yet but hopefully by this weekend. The source code...
-
2 Apr 2013 3:06 PM
Jump to post Thread: Extnd examples are now online! by jratcliff
- Replies
- 0
- Views
- 255
We have updated the old demos database and posted it at http://examples.extnd.com so take a look a let us know what you think.
-
20 Mar 2013 6:48 AM
- Replies
- 4
- Views
- 723
Great job! Hopefully with our next version of Extnd we'll make tasks such as these even easier. Glad you figured this out though!
-
14 Mar 2013 9:03 PM
- Replies
- 4
- Views
- 723
I'll have to review the code but I believe you get an array of values when you click OK in the address book window. You could take that array, along with the UNIDs of the docs selected and do an...
-
14 Mar 2013 9:00 PM
- Replies
- 6
- Views
- 713
Give me a few more days as we work on setting up extnd.com. I'll then repackage and post a link to Extnd for ExtJS3x
-
13 Mar 2013 12:09 PM
- Replies
- 6
- Views
- 713
What browser and version are you using? I just tried on IE 8, Chrome 27 and FF 14 and the search input field rendered in all cases.
-
12 Mar 2013 7:37 AM
- Replies
- 6
- Views
- 713
can you post some code so I can debug it? Looks like it is trying to show the Search field. I see the label, just not the actual input field.
-
4 Mar 2013 8:46 PM
Jump to post Thread: Extnd has a blog now! by jratcliff
- Replies
- 0
- Views
- 457
Hi everyone,
Just wanted to make sure you are all aware that Rich Waters and I have created a blog now and hope to start adding articles that discuss using Extnd and our progress of updating it to... -
13 Feb 2013 9:04 PM
- Replies
- 15
- Views
- 9,593
I'm out of town at the moment but perhaps the the app.js and index.html in the tests folder could help?
https://github.com/extnd/Extnd/blob/extnd-for-extjs-4x/tests
Otherwise, I'll try and post... -
9 Jan 2013 5:52 PM
Jump to post Thread: Extnd docs are now online by jratcliff
- Replies
- 12
- Views
- 2,594
LOL, Actually, since we are hosted it as a public repo on Extnd you can "watch" it if you create an account in GitHub and sign in. Once you sign in there will be a button at the top that says...
-
9 Jan 2013 11:54 AM
Jump to post Thread: Extnd docs are now online by jratcliff
- Replies
- 12
- Views
- 2,594
Don't have a new nsf yet but that's in the works. In the meantime you can use the UIView and UIOutline since they both work now with ExtJS 4.1.3 and higher. (well, mostly work. I forgot to tell...
-
9 Jan 2013 11:51 AM
Jump to post Thread: Extnd docs are now online by jratcliff
- Replies
- 12
- Views
- 2,594
Yes, currently you can still use the 3x agents. All of this code has been tested and works with them.
Sorry about that, I'll add some examples to the docs tonight.
Well, the DXL... -
2 Jan 2013 11:38 AM
Jump to post Thread: Extnd docs are now online by jratcliff
- Replies
- 12
- Views
- 2,594
Thanks! I know it's been a long time coming but I guess it's better late than never. :)
-
1 Jan 2013 11:02 AM
- Replies
- 3
- Views
- 1,266
Thanks! That would be great to have as well. :)
-
31 Dec 2012 4:03 PM
Jump to post Thread: Extnd docs are now online by jratcliff
- Replies
- 12
- Views
- 2,594
You can now find the latest docs here:
For Ext.nd based on ExtJS 3.x
http://extnd.github.com/Extnd/docs/docs3/#!/api/Ext.nd
For Ext.nd based on ExtJS 4.x... -
31 Dec 2012 3:58 PM
- Replies
- 3
- Views
- 1,266
Thanks! We are in the process of getting Ext.nd to work with ExtJS 4.x so now's a good time to look at this.
-
31 Dec 2012 3:56 PM
- Replies
- 3
- Views
- 1,094
You can now find the latest docs here:
For Ext.nd based on ExtJS 3.x
http://extnd.github.com/Extnd/docs/docs3/#!/api/Ext.nd
For Ext.nd based on ExtJS 4.x... -
31 Dec 2012 3:54 PM
- Replies
- 6
- Views
- 2,196
You can now find the latest docs here:
For Ext.nd based on ExtJS 3.x
http://extnd.github.com/Extnd/docs/docs3/#!/api/Ext.nd
For Ext.nd based on ExtJS 4.x... -
29 Oct 2012 5:28 PM
- Replies
- 7
- Views
- 537
What version of JSDuck are you using? I was using 3.5 when I was creating docs for PHP and Ruby. Starting with 4.0 there was a JavaScript parser added and so I'm not even sure if this is now doable...
-
2 Oct 2012 8:50 AM
Jump to post Thread: actioncolumn on mvc by jratcliff
- Replies
- 9
- Views
- 3,437
If you add an iconCls to each of the items, then you can examine the target of the event and take appropriate action.
onActionColumnClick: function(view, cell, rowIndex, colIndex, e, record,... -
1 Oct 2012 7:24 AM
- Replies
- 6
- Views
- 2,196
We're working on these issues. Where did you download the code? We are getting a public github account set up soon so that we can centralize where the code is downloaded and so that the community...
-
28 Sep 2012 6:29 AM
- Replies
- 6
- Views
- 2,196
try opening the extnd.nsf database in a browser. there should be a link to the docs there.
You can now find the latest docs here:
For Ext.nd based on ExtJS 3.x...
Results 1 to 25 of 101
