I want to build a program with a form extjs, this program will call by ajax another program that open a search popup, the search result can be transferred into the first program?
if yes how ?
any suggestions? JSpell Evolution - As you type, AJAX Spell Checker:: JSpell Evolution AJAX Spell Checker - Asynchronous JavaScript (AJAX) based spell You can anchor the popup to any corner, side or center of the browser. http://www.thesolutioncafe.com/ajax-spell-checker.htmlHOME |
some examples?
many thanks
Corrado
You have improperly specified the location to the files required. check your relative urls
Thank you 'mjlecomte'
All examples shown on extjs.com works fine on my webserver
This example is near that I want but not work on my webserver
the errors are:
Error: Ext is not defined Epoch Prime – A Powerful New AJAX Calendar utilizing DHTML and XML:: DHTML and AJAX (via JSON or XML) capabilities, events, popup/datepicker mode, with Popup/DatePicker Mode. Using XML and AJAX. Reference Reference http://www.meanfreepath.com/epochprimeHOME | SimplytheBest DHTML popup window scripts:: Simply the Best popup window scripts. Ready-to-go DHTML scripts, JavaScripts & Ajax. Windows scripts. Auto close popup window script http://simplythebest.net/scripts/DHTML_scripts/dhtml_windows.htmlHOME |
...localhost/ext21/examples/form/2/js/WebPage.js
Error: Ext is not defined
...localhost/ext21/examples/form/2/js/Ext.ux.ThemeCombo.js
etc..
thanks
Yes now work
Thank you
Have a look through http://extjs.com/deploy/dev/examples/samples.html
You appear to want some kind of window. Your base 'program' would call up the window, which would use an ajax request (http://extjs.com/deploy/dev/docs/?class=Ext.Ajax)to submit to the server. That request would have a callback (success (http://extjs.com/deploy/dev/docs/?class=Ext.form.Action&member=success), failure, or callback). In that callback you would process whatever returns and act accordingly.
An approximate example that comes to mind might be at www.extjs.eu where there is an example called recordform.
There are examples in the demos that employ these techniques as well, you'll just have to review them.
Challenging Books For A 14 Year Old?
First guitar : acoustic or electric?
|