Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 99 results for
extjs
- Page 1
ExtJS 4 Now Offers Native Drawing, Charting
Programming
Web Development
13 Years Ago
by jeffcogswell
…specification of what you want, and behind the scenes
ExtJS
determines what actual technology is available to the browser.…[B]Charting[/B] In addition to drawing primitives,
ExtJS
has some fantastic charting capabilities that make use of the…, and the whole thing is documented in the excellent
ExtJS
API documentation, which you can find here. [url…
Re: ExtJS 4 Now Offers Native Drawing, Charting
Programming
Web Development
13 Years Ago
by abe.elias
Thanks for the review. On the topic of Pricing, you can visit http://www.sencha.com/store/
extjs
/ then click on "Purchase Licenses & Support Separately" and the 329 price comes up. No change in price was made for single developers, but we encourage everyone to get support when purchasing a license.
Re: ExtJS Textarea - autosave contents on user input
Programming
Web Development
13 Years Ago
by jogesh_p
[QUOTE=deepak.marur;1657785]I'm
ExtJS
newbie. I need to send the contents of a
ExtJS
Textarea to the backend server for…: {value: v} }) } } } }][/CODE][/QUOTE] i am not familiar with the
ExtJS
but i think if you want auto save the content…
ExtJS Textarea - autosave contents on user input
Programming
Web Development
13 Years Ago
by deepak.marur
…. I need to send the contents of a
ExtJS
Textarea to the backend server for saving (autosave facility) as …
ExtJS - Can panel added into gridpanel?
Programming
Web Development
14 Years Ago
by ramjeev
Friends, Can we add a panel into a editorgridpanel in
ExtJS
? I have a Ext.list.listview which i want to add it into a GridPanel. I can add textfield, combobox, but listview not workrd out. Can anyone help on this. --thanks, ramjeev
ExtJs-3.4
Programming
Web Development
13 Years Ago
by tabish saroha
Dear All, I am beginner and want to use
ExtJS
-3.4... Please guide me from start... I am very thankful to you...... Regards Tabish Saroha
Re: Use extjs to build the desktop web application
Programming
Web Development
12 Years Ago
by pritaeas
ExtJs
is for client-side development. You still need a back-end script/language for handling the database.
How To Use EXTJS
Programming
Web Development
13 Years Ago
by M.Waqas Aslam
… new in webdevelopment , i want to use
ExtJs
, please help me , i download the
extjs
-4.0.1 .now please tell me… it in my project , i mean is i copy this
extjs
-4.0.1 to my project or is there is…
My ExtJS + PHP login not working
Programming
Web Development
14 Years Ago
by TotoTitus
Hello everyone, I am doing a login form in
ExtJS
+ PHP, but it does not work. (authentication failed each time) . …Here's the code:
ExtJS
part: [CODE] <script type=text/javascript> Ext.onReady…
Re: Remote operations in ExtJS
Programming
Web Development
12 Years Ago
by LastMitch
…? Here is a an **Yii PHP Framework** code with **
ExtJS
**: http://
extjs
-tutorials.blogspot.com/2011/11/store-filter-sort-group-php… in **JSON** point of view but you can see how **
ExtJS
** works with **PHP/MYSQLi**. I have **Yii** Framework and I…
Using extJS or Silverlight
Community Center
13 Years Ago
by smartcard
I would like to know what is the best combination of the following to use for a business application like ERP/CRM, that will be web based? 1) Using
extJS
+ ASP.NET + C# 2) Using Silverlight + C#
Use extjs to build the desktop web application
Programming
Web Development
12 Years Ago
by webflybullet
It is possible to build the deaktop web application with the
extjs
. Please see the demo at here: http://www.tomatocart.com/products/store-demo.html It's very good.
Remote operations in ExtJS
Programming
Web Development
12 Years Ago
by jasperuser
Hi, Hope there are
ExtJS
experts here. How do we do remoteGroup, remoteSort, etc.? Is …
Re: ExtJS 4 Now Offers Native Drawing, Charting
Programming
Web Development
13 Years Ago
by jeffcogswell
Thanks, Abe, for the correction. So the price I found included support. I'll have the editors at DaniWeb put in a correction to the article. (To others reading this, if you check the box on the page that Abe provided that says "Purchase Licenses & Support Separately" then you can see the 329 price.) Thanks! Jeff
Re: ExtJS 4 Now Offers Native Drawing, Charting
Programming
Web Development
13 Years Ago
by arnavbhatkar
Hello Jeff, Here's a JS framework called [URL="http://raphaeljs.com/index.html"]Raphael.js[/URL] that can be used instead of Ext JS and is free to use. Cheers, Arnav.
Extjs store filtering - include metachars
Programming
Web Development
13 Years Ago
by deepak.marur
I have a data store having a Note field (a textarea) and want to display all Notes satisfying a user input (even metacharacters). I've written the following function to handle this: function notefilter() { var newfilter = Ext.getCmp('searchnote'); var searchStr = newfilter.getValue(); searchStr = …
Re: Extjs store filtering - include metachars
Programming
Web Development
13 Years Ago
by MartinRinehart
Have you looked at the JS built-ins 'escape()' and 'unescape()'?
Re: Extjs store filtering - include metachars
Programming
Web Development
13 Years Ago
by deepak.marur
Thanks the hint. You saved my day. escape() did the work for me.
Re: How To Use EXTJS
Programming
Web Development
13 Years Ago
by pritaeas
Everything you need is on their website, [URL="http://docs.sencha.com/ext-js/4-0/"]documentation[/URL], [URL="http://docs.sencha.com/ext-js/4-0/#!/example"]examples[/URL], [URL="http://www.sencha.com/forum/forumdisplay.php?79-Ext-JS-Community-Forums-4.x"]forum[/URL], etc.
Re: How To Use EXTJS
Programming
Web Development
13 Years Ago
by stbuchok
[url]http://docs.sencha.com/ext-js/4-0/#!/guide/getting_started[/url]
Re: My ExtJS + PHP login not working
Programming
Web Development
14 Years Ago
by TotoTitus
Update: IT WORKS !!! I was loading the file NOT from the server, how clumsy of me !!! Thank you anyway !
Re: Using extJS or Silverlight
Community Center
13 Years Ago
by pritaeas
Personally I'd use Silverlight. The main advantage for me being, you can implement [iCODE]INotifyPropertyChanged[/iCODE]. Drawback can be updating to newer versions, since all browser cache Silverlight locally.
Ext JS 4- grids
Programming
Web Development
12 Years Ago
by arcticM
…stylesheet" type="text/css" href="
extjs
/examples/restful/restful.css" /> <script… type="text/javascript" src="
extjs
/ext-all.js"></script> <…;script type="text/javascript" src="
extjs
/examples/shared/examples.js"></script>…
Retrieving Folder Path
Programming
Web Development
15 Years Ago
by forumforme123
… this problem. I am writing an application with
ExtJS
and PHP. Now, I have a form that… name itself. I am able to code in
ExtJS
to get the filename (via file browser), but… t he filename. I've asked in the
ExtJS
forum, and apparently I can't do it … with implementing flash/java with my php and
ExtJs
? Or if anyone have any other ideas on…
Adding new category
Community Center
Meta DaniWeb
12 Years Ago
by M.Waqas Aslam
… due my boss's requirement i have to work on
ExtJs
, in the bigging it was very difficult for me to… is able to help you in a real way in
extjs
, even the official forum of sencha , there is no one… requesting on the behalf of all others that please add
ExtJs
to this site , so that people like me can able…
Re: Adding new category
Community Center
Meta DaniWeb
12 Years Ago
by Dani
You can use the Javascript forum, and tag your threads with
extjs
. We have a lot of content on the site about it already :) http://www.daniweb.com/search/query/
extjs
/0?q=site%3A%2A%2F+
extjs
help in Php n exts..
Programming
Web Development
15 Years Ago
by lyardson
can anyone help me out in php n
extjs
...how to integrate... i couldnt get a good resource from
extjs
forum... could you provide me any good resources...
GWT With the Program
Programming
Web Development
15 Years Ago
by EddieC
… $5 a month. Also known as GXT, [url=http://www.
extjs
.com/products/gxt/]Ext GWT[/url] builds on the [url… hard of them, a look at their [url=http://www.
extjs
.com/examples/desktop.html]JS Desktop[/url] for an idea…
Actionscript for Folder Browser - Help?
Digital Media
UI / UX Design
15 Years Ago
by forumforme123
Hi all, I am writing my application in
ExtJS
and PHP, and I need actionscript to build a folder …); } } [/CODE] Does anyone know how to integrate this with my
ExtJS
/Javascript and PHP? I am open to other options as…
EXTJS4 Window code
Programming
Web Development
13 Years Ago
by tabish saroha
Dear All, I am the beginner of
ExtJs
... I want to develop a simple window... but I have no idea.. Please any one give me the code and detail to create simple Window in
ExtJs
... I am very thankful.... Regards, Tabish Saroha
1
2
3
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC