Search Type: Posts; User: luisparada
Search: Search took 0.02 seconds.
-
13 Mar 2013 2:54 PM
- Replies
- 1
- Views
- 101
42377hi, I'm trying to build a panel inside a tabpanel container with fixed dimensions, I want that panel floating over its parent container, that's the effect I'm trying to achieve, but, when I try...
-
13 Dec 2012 1:47 PM
- Replies
- 1
- Views
- 207
I have a jsonp proxy that retrieve records from another domain, somehow the grid is not adding the records I get. I tested using a the respond I get from the domain locally and the grid works...
-
12 Dec 2012 8:53 AM
- Replies
- 1
- Views
- 219
Fixed using Ext.create('app.store.alarms.Alarms')
-
12 Dec 2012 8:27 AM
- Replies
- 1
- Views
- 219
I have a small issue that is not allowing me to get a store using the magic method this.getXXStore() using MVC architecture.
The store is 'AvlSystem.store.alarms.Alarms' and when I try... -
12 Sep 2012 6:01 AM
- Replies
- 3
- Views
- 245
you mean in double click action ??
-
12 Sep 2012 5:55 AM
- Replies
- 10
- Views
- 1,388
Please post some code to see the what's going on... maybe you are missing something.
-
12 Sep 2012 5:52 AM
Jump to post Thread: Loading external component by luisparada
- Replies
- 2
- Views
- 349
Heres is a better example how it has to be setup:
1) You can add this code to your index.html(php)(jsp)(whatever)... as javascript code, that way you will enable Ext loader, but remember also the... -
12 Sep 2012 5:44 AM
Jump to post Thread: Re-using a widget by luisparada
- Replies
- 8
- Views
- 383
Remember you can also load all files dynamically using Ext.loader:
Ext.Loader.setConfig({
enabled: true,
paths:{
'Ext.ux':'<?php echo Yii::app()->request->baseUrl;... -
12 Sep 2012 5:28 AM
- Replies
- 1
- Views
- 284
This is the solutions to the problem. Made by me!, no one could help... so, here it is.:((:((:((
this.columns = [
{header: 'Estado', dataIndex:'icon', renderer:this.renderIcon,... -
11 Sep 2012 12:52 PM
- Replies
- 1
- Views
- 284
Hello, I'm trying to show an icon depending on the value, if the value is undefined then it won't show the icon, when is 1 it will show an icon with a handler that supports click event, and when the...
-
12 Aug 2012 4:43 PM
- Replies
- 6
- Views
- 971
Can anybody help me on this please ?? its urgent...
-
11 Aug 2012 8:43 AM
- Replies
- 5
- Views
- 749
I think you should first start over here -> Yo creo que deberias comenzar por aca: http://www.sencha.com/learn/architecting-your-app-in-ext-js-4-part-1/
Recuerda algo, primeramente no deberias... -
11 Aug 2012 8:35 AM
Jump to post Thread: ExtJS 4.0.7 Grid filtering by luisparada
- Replies
- 4
- Views
- 971
Here is a very basic and small filter, I hope you can use it and learn how to do more complex filters.
listeners:{
change:function(el,rec,oldrec){
var panel... -
11 Aug 2012 8:31 AM
Jump to post Thread: dynamic grid extjs 4.1 by luisparada
- Replies
- 5
- Views
- 857
This post also should be marked as "Best Answer"...
-
11 Aug 2012 8:28 AM
- Replies
- 7
- Views
- 1,190
I think you should check your backend application and system logs too, I always manage exceptions in the backend and only connection exceptions in the front end, so, double check your application and...
-
11 Aug 2012 8:24 AM
Jump to post Thread: Display a banner on a page by luisparada
- Replies
- 3
- Views
- 564
Don't forget to mark this answer as "Best Answer", that way you will help improve the forum.
-
11 Aug 2012 8:22 AM
- Replies
- 4
- Views
- 534
You should mark the last answer as "Best Answer" and close this post. ;)
-
11 Aug 2012 6:37 AM
- Replies
- 6
- Views
- 971
Can anybody give me a tip or a hand on this ?? thanks...
-
10 Aug 2012 5:32 PM
- Replies
- 6
- Views
- 971
That was a Typo, sorry, What I'm trying to say is that when it first loads it renders correctly because I'm passing the function renderer in the columns definition, what I'm try to do is to get the...
-
10 Aug 2012 2:25 PM
- Replies
- 6
- Views
- 971
Hello, I'm having some difficulties trying to update a column value inside a grid, when its rendered it loads an icon into the grid:
this.columns = [
{header: 'Estado',... -
28 Jun 2012 7:18 AM
- Replies
- 52
- Views
- 39,903
Is it possible to use it with extjs 4.1 ??? Is the posted code tested with it ??
-
30 May 2012 6:59 PM
- Replies
- 3
- Views
- 434
Without any doubt, the extjs 4 framework works exactly as it was done, in large applications as mine sometimes is very hard to keep track on events, and well, it was my bad, I was doing the code...
-
30 May 2012 5:26 PM
- Replies
- 3
- Views
- 434
No it doesn't affect the menu at all, it keeps adding the old and new items into the container, I was trying to do something like menu.items = [] but it returns an error...
cannot call slice in... -
30 May 2012 5:16 PM
- Replies
- 2
- Views
- 473
I always add my own properties to the objects, for example
items.push({
id:r.data.id,
text:r.data.descripcion,
... -
30 May 2012 5:14 PM
- Replies
- 4
- Views
- 1,132
I agree is better in the server side, which will give you exactly what you need and you won't increase the load of the interface doing stuff you can easily do in the server.
Use limit 1 if you use...
Results 1 to 25 of 93
