Guest Posted November 9, 2010 Share Posted November 9, 2010 Message from: "Andrew Tierney" Hi, Will you be supporting: 1) http://dev.sencha.com/deploy/dev/examples/portal/portal.html 2) http://dev.sencha.com/deploy/dev/examples/form/adv-vtypes.html 3) http://dev.sencha.com/deploy/dev/examples/form/file-upload.html 4) A notification control something like: http://www.efattal.fr/extjs-dev/examples/toastwindow/ or http://www.artalat.com/Ext.ux.AlertBox/ 5) Multi-Select on a date would be nice. Andrew . Quote Link to comment Share on other sites More sharing options...
Guest Posted November 11, 2010 Author Share Posted November 11, 2010 Message from: "Andrew Tierney" Revised.. (upload was already in 0.8, windowless in 0.81) - These may be in the roadmap ? Just putting the ideas out there incase others want to vote/request similar items. They are just on my wishlist :-) 1) http://dev.sencha.com/deploy/dev/examples/portal/portal.html (maybe the ability to have Forms as webparts/portal widgets ??) The you could write say a twitter form, and reuse it on a pagelet/portal/webpart section of a page. 2) http://dev.sencha.com/deploy/dev/examples/form/adv-vtypes.html 3) A notification control something like: http://www.efattal.fr/extjs-dev/examples/toastwindow/ or http://www.artalat.com/Ext.ux.AlertBox/ 4) Javascript support (ie. Ability to add/call jQuery code) 5) Template or HTML snippet support (ie. CSS/HTML/Template) 6) Support for NON flash Charts. (ie. Either TeeChart Std or TMS Charts would be nice) 7) Ability to specify the ID or class for a given control 8) Ability to create a form via Runtime or JSON ??? 9) History - http://dev.sencha.com/deploy/dev/examples/history/history.html#tab1:subtab1 10) Tips - http://dev.sencha.com/deploy/dev/examples/simple-widgets/qtips.html 11) DataView - http://dev.sencha.com/deploy/dev/examples/view/chooser.html 12) Ability to replace Loading Graphic (extJS) when website first starts with own Logo/Graphic. 13) Accordian Control 14) Calendar/Scheduler Control - Day/Week/Month/Year planner style Regards Andrew PS.. This is already my fav web application development tool.. Well done. . Quote Link to comment Share on other sites More sharing options...
Guest Posted November 11, 2010 Author Share Posted November 11, 2010 Message from: "Farshad Mohajeri" "Andrew Tierney" wrote in message news:TP94YBWgLHA.2316@anaxagvs227... > Revised.. (upload was already in 0.8, windowless in 0.81) > - These may be in the roadmap ? Just putting the ideas out there incase > others want to vote/request similar items. > > They are just on my wishlist :-) > > 1) http://dev.sencha.com/deploy/dev/examples/portal/portal.html > (maybe the ability to have Forms as webparts/portal widgets ??) > The you could write say a twitter form, and reuse it on a > pagelet/portal/webpart section of a page. Question here is that how you're going to run multiple Delphi apps in same portal. I'm assuming each portal app is a Delphi app. > > 2) http://dev.sencha.com/deploy/dev/examples/form/adv-vtypes.html > That can be added . > 3) A notification control something like: > > http://www.efattal.fr/extjs-dev/examples/toastwindow/ > or > http://www.artalat.com/Ext.ux.AlertBox/ > > 4) Javascript support (ie. Ability to add/call jQuery code) > Client side scripting will make this possible (to a certain level) > 5) Template or HTML snippet support (ie. CSS/HTML/Template) > Well, where are you going to place your Delphi Forms inside the template? > 6) Support for NON flash Charts. (ie. Either TeeChart Std or TMS Charts > would be nice) > Anything non-flash must be either HTML based or JS based. Any chart which produces HTML output can be displayed inside a URL frame. > 7) Ability to specify the ID or class for a given control > Client side scripting again. > 8) Ability to create a form via Runtime or JSON ??? > Can you explain it a bit more? > 9) History - > http://dev.sencha.com/deploy/dev/examples/history/history.html#tab1:subtab1 > > 10) Tips - > http://dev.sencha.com/deploy/dev/examples/simple-widgets/qtips.html > Looks interesting. > 11) DataView - http://dev.sencha.com/deploy/dev/examples/view/chooser.html > > 12) Ability to replace Loading Graphic (extJS) when website first starts > with own Logo/Graphic. > > 13) Accordian Control > > 14) Calendar/Scheduler Control - Day/Week/Month/Year planner style > > In short, all of the above are advancved Ext JS features. Which I think, if not all, most of them can be targeted for a post 1.0 version. Say 1.2 or even 1.5 Of course, after I publish the receipt to create custom components some of the above can be developed by the developers themselves. . Quote Link to comment Share on other sites More sharing options...
Guest Posted November 12, 2010 Author Share Posted November 12, 2010 Message from: "Andrew Tierney" >> >> 1) http://dev.sencha.com/deploy/dev/examples/portal/portal.html >> (maybe the ability to have Forms as webparts/portal widgets ??) >> The you could write say a twitter form, and reuse it on a >> pagelet/portal/webpart section of a page. > > Question here is that how you're going to run multiple Delphi apps in same > portal. I'm assuming each portal app is a Delphi app. - I was thinking maybe ISAPI with Virtual Folders ? - Or maybe DLL plugins for a single Delphi app, just add a new DLL per portal ? (just an idea at the moment). > >> >> 2) http://dev.sencha.com/deploy/dev/examples/form/adv-vtypes.html >> > > That can be added . - Nice.. > >> 3) A notification control something like: >> >> http://www.efattal.fr/extjs-dev/examples/toastwindow/ >> or >> http://www.artalat.com/Ext.ux.AlertBox/ >> >> 4) Javascript support (ie. Ability to add/call jQuery code) >> > > Client side scripting will make this possible (to a certain level) - Yep.. Exactly what I was thinking.. Client side scripting would allow me to do a few more things. > >> 5) Template or HTML snippet support (ie. CSS/HTML/Template) >> > > Well, where are you going to place your Delphi Forms inside the template? - Already done. (ignore) - Already supported.. Your URL Frame control. - Or Existing site embedding App via iFrame. > >> 6) Support for NON flash Charts. (ie. Either TeeChart Std or TMS Charts >> would be nice) >> > > Anything non-flash must be either HTML based or JS based. Any chart which > produces HTML output can be displayed inside a URL frame. - Yes, agree.. Sorry missed the URL frame (as per 5) > >> 7) Ability to specify the ID or class for a given control >> > > Client side scripting again. - Agree.. (But can it be a property on the VCL control to save jumping to javascript). Maybe use Name -> 'ID' and a new property 'Class' ? > >> 8) Ability to create a form via Runtime or JSON ??? >> > > Can you explain it a bit more? - I was thinking about Dynamically created forms at runtime based on json and client side script. This would allow a rule based system to create forms on the fly using strings instead of runtime style creation. ie. { xtype : "form", title : "Form", items : [ { xtype : "fieldset", title : "Legend", autoHeight : true, items : [ { xtype : "textarea", fieldLabel : "Text", name : "textarea" }, { xtype : "button", text : "Ok" }] }] } > >> 9) History - >> http://dev.sencha.com/deploy/dev/examples/history/history.html#tab1:subtab1 >> >> 10) Tips - >> http://dev.sencha.com/deploy/dev/examples/simple-widgets/qtips.html >> > > Looks interesting. - Yes. Agree. > >> 11) DataView - http://dev.sencha.com/deploy/dev/examples/view/chooser.html >> >> 12) Ability to replace Loading Graphic (extJS) when website first starts >> with own Logo/Graphic. >> >> 13) Accordian Control >> >> 14) Calendar/Scheduler Control - Day/Week/Month/Year planner style >> >> > > In short, all of the above are advancved Ext JS features. Which I think, if > not all, most of them can be targeted for a post 1.0 version. Say 1.2 or > even 1.5 > Of course, after I publish the receipt to create custom components some of > the above can be developed by the developers themselves. > > > - Understand and Agree.. Any possibility of adding the ability to change the Loading Graphic from extJS in/prior to 1.0 ? 15) Multi-IP support would be nice, most schools in NSW Australia don't have fibre and use multiple adsl lines via a router. A student/teacher may get a different ip address on subsequent site visits. 16) URL Mapping ??? It would be nice to map an 'Action' to Form... ie.. URLMap('/about',frmAbout); or URLMap('/about','about.html',frmAbout); Not 100% sure about this, as one could use virtual directories in ISAPI etc. But maybe nice if you want friendly names for URL's and to be able to access subpages via URL's ? (Is this allowed ? ie.. Show say Page 2 and not the desktop, or jump to a particular page). Regards Andrew Regards Andrew . Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.