Search Type: Posts; User: carlosgoias
Search: Search took 0.01 seconds.
-
8 Mar 2013 5:35 AM
- Replies
- 1
- Views
- 189
Hi,
Is It possible to change the background color or just mark certain dates dynamically, on date picker, so the user knows that those dates already have records.
Don't disabled the dates, just... -
14 Aug 2012 5:36 AM
Jump to post Thread: Export store to Excel by carlosgoias
- Replies
- 258
- Views
- 103,405
This post is some how frustrating!
But, some how I made It work for OpenOffice... for Excel still file corrupted :( -
1 Jul 2012 8:45 AM
- Replies
- 2
- Views
- 1,170
Can you show me for a 4.0.7?
-
26 Jun 2012 3:42 PM
- Replies
- 27
- Views
- 7,184
Awesome!! Thank you!
-
22 Jun 2012 3:06 AM
Jump to post Thread: ExJs 4 Chat? by carlosgoias
- Replies
- 3
- Views
- 1,161
Is there any example that could be close to MSN Messenger?
Thank you -
22 May 2012 5:55 AM
- Replies
- 7
- Views
- 1,015
While working with stores, I'm getting this error.
I´ve noticed If I added this code on ext It went back to work fine.
Ext.apply(Ext.data.Types, {
stripRe: /[\$,%]/g, -
22 May 2012 4:51 AM
- Replies
- 5
- Views
- 578
Well, I think I got It...
I just took out the space on the query sentence, and It worked.
var items = Ext.ComponentQuery.query('container[itemId=col-22]'); -
22 May 2012 4:45 AM
- Replies
- 5
- Views
- 578
I'm trying to query for a container with a certain 'itemId'.
Example:
var items = Ext.ComponentQuery.query('container [itemId=col-21]'); -
18 May 2012 6:34 PM
- Replies
- 5
- Views
- 578
Hi,
I was trying to migrate 4.0.x to 4.1, and I'm getting that error, does anybody can help me?
Thank you. -
15 Dec 2011 6:23 AM
Jump to post Thread: Combobox loadMask loop by carlosgoias
- Replies
- 7
- Views
- 2,780
Well, I had same problem. Thank for the solution! But I think is a bug.
-
10 Dec 2011 7:48 AM
Jump to post Thread: TreeStore autoSync problems by carlosgoias
- Replies
- 1
- Views
- 517
I'm currently working with some CRUDs on trees, and It doesn't matter if you have autoSync set to false. It launches the proxy.
Here are problems so far:
1- When you add childrens to the root. ... -
7 Dec 2011 11:41 AM
- Replies
- 4
- Views
- 1,536
Any update on this?
-
1 Dec 2011 10:47 AM
- Replies
- 2
- Views
- 459
awww, ok thank you!
-
1 Dec 2011 10:12 AM
- Replies
- 10
- Views
- 2,160
Actually you are right! I think I really need a good example how to work with TreeStore, like I'm doing with data.Store. Adding, updating and deleting records local, then I sync the store remote.
... -
1 Dec 2011 9:48 AM
- Replies
- 2
- Views
- 459
Hi I'm wondering If there's any example that you can play around local with TreeStore, adding, updating and removing records, and then after you click on a button let's say: Save, It syncs the store....
-
1 Dec 2011 5:21 AM
- Replies
- 10
- Views
- 2,160
Really nice example! ;)
I'm trying to select the group as row select, let me know If you ever did something near this! -
1 Dec 2011 3:21 AM
- Replies
- 10
- Views
- 2,160
I found one good example:
http://www.devfull.com/ext-4.0.2a/examples/rowactionsexample.html
Thank you, by the way! Pretty good! -
30 Nov 2011 4:55 PM
Jump to post Thread: [1.0] Grid RowActions Plugin by carlosgoias
- Replies
- 956
- Views
- 307,591
http://www.sencha.com/forum/showthread.php?137085-Ext.ux.grid.RowActions-Plugin-Updated-for-Ext-4.0.2
-
30 Nov 2011 11:35 AM
- Replies
- 10
- Views
- 2,160
Any luck on this?
I need this as well. Thank you! -
19 Nov 2011 5:46 PM
- Replies
- 9
- Views
- 6,051
I did some work around...
on my TreeStore:
beforeload: function()
{
this.getRootNode().removeAll();
}
afterload: function()
{ -
18 Nov 2011 5:43 PM
- Replies
- 4
- Views
- 1,396
I attached an example, didn't update the github, since I did some modifications to work on local store for you to check it how it works.
29413
Hope It helps. -
18 Nov 2011 9:17 AM
- Replies
- 4
- Views
- 1,396
You are right, I will add an example tonight!
-
8 Nov 2011 9:53 AM
- Replies
- 4
- Views
- 1,396
Ext.form.field.ComboChain extension
I have found no extension of chained or linked combos, so I decided to create one.
An extension of the combo class which provides to chain and link combos in a... -
7 Nov 2011 4:52 AM
- Replies
- 4
- Views
- 801
Thanks for replies tho, discovered that the problem is only happening in firefox, safari it works perfectly!
Must be a configuration on firefox, I'm doing some testing! -
3 Nov 2011 11:40 AM
- Replies
- 4
- Views
- 801
Anyone? :s
Results 1 to 25 of 30
