-
16 Apr 2009 2:29 AM #1
Ext.Direct Using .net 3.5
Ext.Direct Using .net 3.5
this is the dotnet version of Ext.Direct example
last update: update on 20 may 2009
http://www.ny504427.bizhostnet.com/Direct.zipShibu Bhattarai
Use JavaScript beautifier to beautify you code http://jsbeautifier.org/
Code Conventions http://javascript.crockford.com/code.html
ExtJS Core Manual http://extjs.com/products/extcore/manual/
-
16 Apr 2009 5:39 AM #2
Update on 10th may
Shibu Bhattarai
Use JavaScript beautifier to beautify you code http://jsbeautifier.org/
Code Conventions http://javascript.crockford.com/code.html
ExtJS Core Manual http://extjs.com/products/extcore/manual/
-
16 Apr 2009 11:11 PM #3
Hi sibubh,
I 'ld like to have a look at the code, but it seems that both the zip files are corrupted. Can you check?
Thanks for posting!
-
17 Apr 2009 12:05 AM #4
no its working. re-download the file
Shibu Bhattarai
Use JavaScript beautifier to beautify you code http://jsbeautifier.org/
Code Conventions http://javascript.crockford.com/code.html
ExtJS Core Manual http://extjs.com/products/extcore/manual/
-
17 Apr 2009 12:11 AM #5
-
17 Apr 2009 4:24 AM #6Sencha - Community Support Team
- Join Date
- Mar 2007
- Location
- Frederick MD, NYC, DC
- Posts
- 16,169
- Vote Rating
- 28
Holy crap dude, that was fast!! Awesome job.

Jay Garcia @ModusJesus || Modus Create co-founder
Ext JS in Action author
Sencha Touch in Action author
Get in touch for Ext JS & Sencha Touch Touch Training
We are also working on Video-based Sencha Touch training: Check it out here.
-
17 Apr 2009 8:40 AM #7
I haven't looked at the code yet, but I'm working in .NET and will probably need this when we upgrade to 3.0. I'm glad someone is jumping ahead on this!
-
17 Apr 2009 9:43 AM #8
Very nice
-BC ...
-
17 Apr 2009 2:38 PM #9
in your js code, replace all "out.el.scrollTo('t', 100000, true);" by :
out.el.dom.parentNode.scrollTop = out.el.dom.parentNode.scrollHeight;
and displayfield scrollbar will work.
-
10 May 2009 1:59 AM #10
Update
Update
Now Support for Auto Generate Api.
Updated to support to ext-3.0-rc1.1.Shibu Bhattarai
Use JavaScript beautifier to beautify you code http://jsbeautifier.org/
Code Conventions http://javascript.crockford.com/code.html
ExtJS Core Manual http://extjs.com/products/extcore/manual/




Reply With Quote