Search Type: Posts; User: malkandari
Search: Search took 0.02 seconds.
-
13 Nov 2012 11:47 AM
Jump to post Thread: Ext.ComponentQuery.query by malkandari
- Replies
- 3
- Views
- 394
I'm using a grid that lists companies and when you click on a company's name is Ext.create a window for it. The reason I'm using Ext.Com.Query and look for the title is because if it exists then I...
-
13 Nov 2012 11:38 AM
Jump to post Thread: Ext.ComponentQuery.query by malkandari
- Replies
- 3
- Views
- 394
I'm trying to use Ext.ComponentQuery.query to query for a window title, apparently it does not like the comma in the title.
Example
Ext.ComponentQuery.query('window[title="Google, Inc"]');
... -
19 Mar 2012 4:08 PM
- Replies
- 2
- Views
- 475
Hey man,
Have you found a solution to this problem by any chance? I am getting the same problem.
Thanks
M -
20 Jan 2012 12:48 PM
- Replies
- 2
- Views
- 699
Can you please post an example?
-
20 Jan 2012 12:34 PM
- Replies
- 2
- Views
- 699
What is the best way to add a tooltip or quicktip with an icon to a form's Label or Field?
An example would be appreciated.
Thank you, -
24 May 2011 12:39 PM
Jump to post Thread: Themes Icons by malkandari
- Replies
- 0
- Views
- 304
I am applying multiple themes for Ext JS 4.
Does anyone know how to change the icons? seems like I'm getting the default icon all over.
Is there a variable I need to set in SASS?
Thank you, -
24 May 2011 12:37 PM
Jump to post Thread: Height and Width of Charts by malkandari
- Replies
- 0
- Views
- 291
Is there a possible way to set the hight and width of a chart in percentages instead of pixels?
-
9 May 2011 1:57 PM
- Replies
- 5
- Views
- 4,091
snithya,
have you figured it out? I'm trying to find a solution for this too.
Thank You, -
8 May 2011 11:14 AM
Jump to post Thread: Themes: How to? by malkandari
- Replies
- 6
- Views
- 985
Wilrik,
I honestly haven't looked into more details about this. I was hopping for an answer but no luck. I am still in the development process.
Please let me know if you find a quick... -
8 May 2011 9:24 AM
- Replies
- 0
- Views
- 1,322
This is driving me crazy...
I have a grouped list that groups records by date DESC. After adding a new record, the new date won't show on top.
I tried the following after adding the record... -
5 May 2011 1:16 PM
- Replies
- 1
- Views
- 1,140
I'm getting j.read is not a function.
http://localhost/sencha/ext-4.0.0/ext-all.js
I have no idea why, everything works fine though. Does anyone know what doe sit mean? -
5 May 2011 9:53 AM
- Replies
- 1
- Views
- 492
Experts,
Is there a way to display the message box notifying the user that store returned no records?
$o = array('total'=>$total,'data'=>$dataDB);
header("Content-Type: application/json");... -
5 May 2011 9:49 AM
Jump to post Thread: Themes: How to? by malkandari
- Replies
- 6
- Views
- 985
Hey Sencha Experts,
Does any one know any good resource for theming Ext 4.0? Theming tutorial? Theming how to? I am not looking to download any of the tools.
We're upgrading our Extjs 3.x... -
4 May 2011 6:24 AM
- Replies
- 465
- Views
- 239,146
Any idea if there is an updated version of this for EXT JS 4? I saw that they have the implemented the column summary but it doesn't show at the end of the grid. It will always show after the last...
-
2 May 2011 7:56 PM
- Replies
- 1
- Views
- 652
The grid feature summary is amazing. The only thing, it's showing the summary after the last row. Does anyone know how to display it as a fixed tow at the bottom of the grid?
Thank You,
M -
2 May 2011 7:51 PM
- Replies
- 7
- Views
- 1,336
Thank You, got it fixed. I've defined the grid and its working now.
not sure what's the difference between define and create yet. -
29 Apr 2011 12:30 PM
- Replies
- 7
- Views
- 1,336
That did not solve it. Thank you for sharing.
Anyone knows what could be the issue?
Thank You,
M- -
29 Apr 2011 7:59 AM
- Replies
- 7
- Views
- 1,336
How can I do that?
-
29 Apr 2011 7:54 AM
- Replies
- 7
- Views
- 1,336
Use Ext.define for the grid or viewport? Or use them for both?
-
29 Apr 2011 7:15 AM
- Replies
- 7
- Views
- 1,336
I'm trying to rewrite my extjs 3 application to extjs 4. A lot of things were not working and i got them fixed. They only thing that is driving me nuts is the Grid's scrolling. I cannot get the grid...
-
28 Jul 2010 2:08 PM
- Replies
- 4
- Views
- 1,259
WORKS!!!
Appreciate it... THANK YOU! -
28 Jul 2010 9:45 AM
- Replies
- 4
- Views
- 1,259
Sorry, my bad... I was stripping the other filters and forgot to remove the commas!
should be
var appointmentsFilters = new Ext.ux.grid.GridFilters({
encode: encode,
... -
28 Jul 2010 9:27 AM
- Replies
- 4
- Views
- 1,259
I'm trying to use GridFilter list from a Store
Here is the Store
var partnersStore = new Ext.data.JsonStore
({
url: '/crm/php/lists/partners.php',
baseParams:{cmd:'partners'},
root:... -
12 Apr 2010 11:15 AM
Jump to post Thread: JavaScript Encoding? by malkandari
- Replies
- 0
- Views
- 489
I am writing an application using EXT JS... Does anyone know a good Javascript Encoding? As I do not want anyway to view the source code and read it. What do you guys recommend?
Thank You, -
7 Apr 2010 10:40 AM
Jump to post Thread: Load data into Combo by malkandari
- Replies
- 2
- Views
- 779
I have a grid, and when you double click a row, it shows a window... Here is the call
campaignsGrid.on('rowdblclick', function(campaignsGrid, rowIndex)
{
var val =...
Results 1 to 25 of 28
