Search Type: Posts; User: brittongr
Search: Search took 0.06 seconds.
-
23 Apr 2013 2:54 AM
Jump to post Thread: Grid Pagination with checkbox by brittongr
- Replies
- 2
- Views
- 293
I remember out there was a plugin to do what you need, the name was CheckBoxMemory but i couldn't find it right now.
-
15 Dec 2012 12:00 AM
- Replies
- 140
- Views
- 72,732
Nicaragua User Group
If you are in Nicaragua you could join us at http://www.facebook.com/groups/senchanicaragua/
Looking forward to meet more community members or new people who want to get... -
22 Nov 2012 5:16 PM
- Replies
- 21
- Views
- 6,601
Very nice!
-
22 Nov 2012 5:05 PM
Jump to post Thread: loops in Extjs by brittongr
- Replies
- 5
- Views
- 3,833
You should add the code before the toolbar instance.
var yourItemsArray = [];
//loop
for(....)
{....}
var toolbar = new Ext.Toolbar({ -
23 Jan 2012 7:41 PM
- Replies
- 47
- Views
- 33,061
Try setting the key down event and call field.validate(); i'm not remember right now if fields are using a delayed task to validate inputs after some milliseconds, and if not, then i think that will...
-
6 Jan 2012 5:34 AM
- Replies
- 20
- Views
- 10,716
Sure...
-
31 Dec 2011 11:08 AM
- Replies
- 2
- Views
- 1,411
In ExtJS 3.4 i had the same issue and i just added the code in bold:
After a container.doLayout() it shows properly.
Ext.override(Ext.layout.HBoxLayout,
{
calculateChildBoxes:... -
29 Dec 2011 4:29 PM
- Replies
- 20
- Views
- 10,716
Jeff,
I will help you testing it and see if it solves the scenario of @maneljn...
Thanks to you too... -
29 Dec 2011 4:23 PM
- Replies
- 20
- Views
- 10,716
Thanks, very nice...
-
25 Dec 2011 10:43 PM
Jump to post Thread: Propertygrid, multiple values. by brittongr
- Replies
- 3
- Views
- 1,167
Great! Thanks for sharing...
-
19 Dec 2011 2:23 PM
Jump to post Thread: [3.1.1]Ext.ux.panel.DDTabPanel by brittongr
- Replies
- 25
- Views
- 9,534
Hi tobiu, congrats for the job...
I'm posting here because many of you maybe faced this issue,... -
19 Dec 2011 2:09 PM
- Replies
- 3
- Views
- 885
I changed the code to remove the hardcoded id, at the screenshot below you can see when the second tab is selected the notifyOver is still printing "ext-comp-1004" when i'm expecting "ext-comp-1005"....
-
19 Dec 2011 1:52 PM
- Replies
- 3
- Views
- 885
Thanks for the quick reply... the component i'm building it doesn't has a hardcoded id because the tabs are added dinamically and is not working too...
-
19 Dec 2011 1:38 PM
- Replies
- 3
- Views
- 885
[Unanswered]
Hi,
i've been playing with the drag & drop the past week, so i did a lot of research before, but i couldn't find the way to drag and drop components between tabs, i don't know why... -
19 Dec 2011 1:19 PM
Jump to post Thread: Vertical Toolbar for ExtJS 3.4? by brittongr
- Replies
- 2
- Views
- 1,207
another option is using column layout:
new Ext.Panel(
{
renderTo: "container2",
width: 300,
items: [
{
title: 'Inner Panel', -
17 Dec 2011 11:51 AM
Jump to post Thread: Tab on hover popup menu by brittongr
- Replies
- 2
- Views
- 2,939
Thanks for sharing... :)
-
5 Dec 2011 12:54 PM
Jump to post Thread: problem with GridPanel by brittongr
- Replies
- 2
- Views
- 451
autoLoad is intended for this:
So basically, you load content of another url inside the panel, note that autoLoad is inherited...
If what you want is to set store autoLoad then move that... -
5 Dec 2011 4:17 AM
Jump to post Thread: Formatting number as you type by brittongr
- Replies
- 2
- Views
- 491
ashishchandras you should take a look this thread: http://www.sencha.com/forum/showthread.php?147962-Number-Field-with-currency-symbol-thousand-separator-amp-international-support-ExtJS4
-
5 Dec 2011 4:01 AM
- Replies
- 2
- Views
- 1,177
Looks cool, thanks for sharing... Do you know about Sencha Market?
-
5 Dec 2011 3:47 AM
- Replies
- 5
- Views
- 3,884
If you decide to use ExtJS instead of Ext.NET i recommend you to not mix asp.net controls code and extjs code, you will end up with some weird behaviors...
-
5 Dec 2011 3:36 AM
- Replies
- 1
- Views
- 349
Hola Cindy,
Yo no soy muy fanatico de crear los controles con el xtype, aunque en ocasiones para cierto dinamismo se necesite, pero si tienes forma de instanciar esos componentes y asignarlos a... -
30 Nov 2011 1:18 AM
Jump to post Thread: Announcing the Sencha Market by brittongr
- Replies
- 15
- Views
- 10,465
Yes, you are right, we can also use that as rating but sencha market has it's own button for each extension and now with this site i think there could be less threads announcing extensions and people...
-
30 Nov 2011 12:10 AM
Jump to post Thread: Announcing the Sencha Market by brittongr
- Replies
- 15
- Views
- 10,465
Amazing news! and the site looks great and very complete...
One thing i think it could be very helpful (since there will people buying stuff or selling stuff ) is a commenting system when people... -
29 Nov 2011 10:15 AM
- Replies
- 2
- Views
- 964
This is a very standard main screen:
29668
and this is a very standard detail page:
29669
But you could also edit records inline or use a ExtJS popup window or add a form next to the... -
29 Nov 2011 9:25 AM
- Replies
- 6
- Views
- 2,970
for WCF:
The service:
namespace Application.Service
{
[ServiceBehavior(UseSynchronizationContext = false,
ConcurrencyMode = ConcurrencyMode.Multiple,
Results 1 to 25 of 109
