-
25 Feb 2009 12:16 PM #11
post deleted by MJ
MJ
API Search || Ext 3: docs-demo-upgrade guide || User Extension Repository
Frequently Asked Questions: FAQs
Tutorial: Grid (php/mysql/json) , Application Design and Structure || Extensions: MetaGrid, MessageWindow
-
25 Feb 2009 12:27 PM #12
MJ, if you can put it to form needed for my examples (html + js + css, if any) I can host it at my server. Looks nice and useful.
Jozef Sakalos, aka Saki
A lot of valuable info at:
Saki's Extensions and Plugins
Saki's Extensions and Plugins Docs
Saki's Examples, Latest: Grid in Card Layout
Saki's Blog, Featured: Writing a Big Application in Ext, Latest: Grid MultiSearch Plugin Video
-
26 Feb 2009 7:05 AM #13
Hi, jsakalos, I'm getting an error on examples.extjs.eu ..
-
26 Feb 2009 8:39 AM #14
Which error? Which browser? Have you cleared cache of your browser?
Jozef Sakalos, aka Saki
A lot of valuable info at:
Saki's Extensions and Plugins
Saki's Extensions and Plugins Docs
Saki's Examples, Latest: Grid in Card Layout
Saki's Blog, Featured: Writing a Big Application in Ext, Latest: Grid MultiSearch Plugin Video
-
27 Feb 2009 4:12 AM #15
Its ok now, i was getting an error for about 2 - 3 days but now its ok.
PS: Nice extension
-
27 Feb 2009 4:14 AM #16
Yeah, I found it; it was a syntax error in one of the core files.
Jozef Sakalos, aka Saki
A lot of valuable info at:
Saki's Extensions and Plugins
Saki's Extensions and Plugins Docs
Saki's Examples, Latest: Grid in Card Layout
Saki's Blog, Featured: Writing a Big Application in Ext, Latest: Grid MultiSearch Plugin Video
-
1 Mar 2009 1:39 AM #17
not displayed at first time
not displayed at first time
hi jsakalos,
thanks for this bindMgr, it work fine but I forgot to see something because when I use it, it does not appear the first time, I must close and reopen my 'FormPanel'
can I put the code here or should I open another post?
-
1 Mar 2009 2:02 AM #18
Hmmm, BingMgr has no UI so I doubt your troubles are related to it. If you still think they are, then post the code here.
Jozef Sakalos, aka Saki
A lot of valuable info at:
Saki's Extensions and Plugins
Saki's Extensions and Plugins Docs
Saki's Examples, Latest: Grid in Card Layout
Saki's Blog, Featured: Writing a Big Application in Ext, Latest: Grid MultiSearch Plugin Video
-
1 Mar 2009 4:07 AM #19
I found, I call my function mywin.show () too late.
Now it works well
sorry for the derangement
thank you
-
4 Jun 2009 6:40 AM #20
First, Ext.ux.data.BindMgr is a great class and works very well with 2.2

at the moment i update a Application to 3.0 RC2. I found out that the afterCommit functianalty not work anymore.
Could it be because of the
in Ext.ux.data.BindMgr ?PHP Code:// patch Ext.data.Record
if('function' !== typeof Ext.data.Record.prototype.afterEdit) {
Ext.override(Ext.data.Record, {
...
Any tips are welcome to get this great extension running for Extjs 3.0
greetings
nils


Reply With Quote