I have a wait massage that is being shown to cover the page until the call is done with database and it doesn\'t work in IE 8, though it works for FF, the code I am using is
I have an ExtJS listview with a JsonStore connected to a .NET webservice. One of my columns has the type Date which I want to populate from a .NET DateTime object.
Ext JS 4.0.2. I have grid, and every row has column which display image (100x100). When grid is rendered every row has height about 120px. When i hide column with image inside i want to change height
I\'m trying to submit an ExtJs form the standard way, but the form is always submitting to the same page am not sure why although the url config option is correctly set
I have a toolbar like this tbar: [{ xtype: \'textfield\', name: \'number\', itemId: \'number\', listeners: {
I have read the Sencha tutorials, API, and forums for awhile but am hitting a brick wa开发者_如何学JAVAll. I have a mySQL/PHP backend that is storing a web application\'s data. I have the following Se
i have: var answers_json = [{ name: \"email\", mapping: \"answer.respondent.email\" }, { name: \"group\", mapping: \"answer.respondent.respondent_group_id\"
I have the grid with paging. Every page has max 10 rows. Like this: I set gradient background for .x-grid3-scroller selector in CSS. Everything is fine, while the开发者_C百科re is 10 items in the Di
I\'m using Ext4... How to check whether one class is inherited of another class? for example: Ext.define(\"A\", {});
I\'m trying to submit the form when the button is clicked, however it wasn\'t as simple as i thought, i always end up getting a fp.getForm is not a function, although the submit handler is taken direc