-
19 Apr 2010 12:18 AM #21
@lnkbing
@lnkbing
I don't understand your request... What is the problem?
If you are asking for the Cherry sourcers, they can be found here http://cherryonext.googlecode.com/svn/trunk/ (use subversion to checkout the code)
To build a package starting from the sources follow the instruction that youca find here:
http://code.google.com/p/cherryonext/wiki/BuildHowTo
Ciao
-
20 Apr 2010 7:05 PM #22
A bug like this
-
20 Apr 2010 7:34 PM #23
A bug like this
-
21 Apr 2010 12:28 AM #24
If I understand right from the screenshot and the source, your problem is this one:
1) open the file demo.htm in a browser
2) Click Filters....
3) select Last Updated column
What should happen:
the period operation is pre-selected and a combo witj a list of available values (last day, last week) is shown
What happens:
javascript error
Is this right? (I arrived to this with a lot of deduction, so I'm not so sure)
If this is right in your file demo.htm
is missing after the FilterEditor.js includeCode:<script type="text/javascript" src="../src/netbox/core/AvailableValuesEditor.js"></script>
PS1: What is the reason you are using the single javascripts and not the complete one built as explained here?
PS2: Next time please explain better the problem, it's difficult to help without knowing exactly the problem
Ciao
-
21 Apr 2010 5:38 AM #25
-
21 Apr 2010 10:23 AM #26
Yeah, well...
Thats always a great start.NB: The build scripts only work on Windows since they use JSBuilder.
404 Not foundInstall JSBuilder in "C:\Program Files\JS Builder" (download from http://www.jackslocum.com/build/download.php?dl=jsb)
Maybe if you updated the downloadable build (like revision 226, the one that works with ext31) more people would try this out
-
20 Jun 2010 11:23 PM #27
Hello!
Thanks for the great plugin, I want use it in my main project!
Only an answer, what is the fast way to override the filter string composition?
Gran lavoro!
CiaoExt 3.X.X plugin for Aptana Studio - Still in development - Support it
Italian ExtJs Developers Group
-
21 Jun 2010 11:17 PM #28
-
21 Jun 2010 11:32 PM #29
Thanks dandfra, I've already find the solution,I use an override in this function:
Now, my main problem is about using the DWR with your filter plugin, and I need the mapping property in the fields.Code:Ext.override(Ext.ux.netbox.core.FilterModel,{ getFilterObj:...
Maybe i must override this function?
and passing the parameters to these functionsCode:Ext.override(Ext.ux.netbox.core.FieldManager, { createFieldFromCfg: function(fieldCfg){
My goal is to use the same field configuration for grid and filter plugin :-)Code:Ext.ux.netbox.string.StringField(); Ext.ux.netbox.string.EnumField(); Ext.ux.netbox.number.NumberField(); Ext.ux.netbox.date.DateField();
Thanks again
S.Ext 3.X.X plugin for Aptana Studio - Still in development - Support it
Italian ExtJs Developers Group
-
22 Jun 2010 12:06 AM #30
Interesting!
Interesting!
Cool! We use Cherry with dwr (I have a backand for cherry using hibernate criteria but no one seems to care so far...) but only to send filters from the browser to the server...
Let me know what you did, it sound usefull


Reply With Quote