Search Type: Posts; User: jovasnimaro
Search: Search took 0.02 seconds.
-
25 Mar 2013 10:12 AM
- Replies
- 0
- Views
- 113
Hi,
is there a way to pass the strict parameter in a store with a data field type, this is because i notice if a change my time zone for example the time zone of Mexico all dates that put in a... -
13 Mar 2013 11:43 AM
- Replies
- 1
- Views
- 144
hi, i would like to know how to adjust the vertical-align to the boxlabel in the radiogroup?
i just ajdust the vertical-align of the radio button with the css:
.x-form-radio { ... -
25 Sep 2012 10:34 AM
Jump to post Thread: ComboBox problem by jovasnimaro
- Replies
- 6
- Views
- 832
Solved
Hi Scott,
I solved disabling the loadmask, at the moment when is calling the webservice the loadmask appear in the center of the screen making the dropdown list stay in the center. -
24 Sep 2012 11:43 AM
Jump to post Thread: ComboBox problem by jovasnimaro
- Replies
- 6
- Views
- 832
here is my code, let me try using static data.
var addewr = Ext.create( 'Ext.form.Panel',{
alias: 'widget.addewr',
title: 'Add EWR',
border: false,
items:[
{ -
24 Sep 2012 9:46 AM
Jump to post Thread: ComboBox problem by jovasnimaro
- Replies
- 6
- Views
- 832
Hi Scott, i'm using ExtJs 4.1.1
Regards -
24 Sep 2012 9:18 AM
Jump to post Thread: ComboBox problem by jovasnimaro
- Replies
- 6
- Views
- 832
Hi, i have a problem with my combobox, i'm using beforequery event, when the length is equal 5 execute a webservice to fill the store, but it shows the dropdown list in the center of the screnn.
... -
28 Aug 2012 6:28 AM
- Replies
- 1
- Views
- 279
SOLVED.
the problem was due the Ajax.request is asynchronous, so i add the property in the Ajax.request async: false, and i separate the request for a better performance.
Regards
Jovani -
27 Aug 2012 4:31 PM
- Replies
- 1
- Views
- 279
Hi, i have a problem, i´m using a Ajax.request in the success part i create a store and load it, but in the grid does not show the information. the code is the next:
Ext.Ajax.request({
... -
27 Aug 2012 5:06 AM
Jump to post Thread: Grid and selectionModel() by jovasnimaro
- Replies
- 2
- Views
- 318
No, i add the property and it works.
Thanks.
Jovani -
24 Aug 2012 11:45 AM
Jump to post Thread: Grid and selectionModel() by jovasnimaro
- Replies
- 2
- Views
- 318
Hi, i tried to select all the rows of a grid but only select the last row,
my code is the next:
Ext.getCmp('gridsites').getSelectionModel().selectAll();
var sm =... -
24 Aug 2012 4:21 AM
Jump to post Thread: Store emtpy by jovasnimaro
- Replies
- 3
- Views
- 484
With the console.log(store); in the store.data.items i see the data.
but when i call the method store.getCount() returns to me 0. -
23 Aug 2012 12:51 PM
- Replies
- 0
- Views
- 241
Hi, i have the next code in a border layout:
items: [{
region: 'north',
id: 'processpanel',
title: 'Validation Process Map',
collapsible: true,
split: true, -
23 Aug 2012 12:46 PM
Jump to post Thread: Store emtpy by jovasnimaro
- Replies
- 3
- Views
- 484
hi, well, i'm using a store without a model, in my page load the information in a grid that come from a webservice, after call the method store.load() i call the method store.getTotalCount() or...
-
22 Aug 2012 8:08 AM
Jump to post Thread: Paging in a grid by jovasnimaro
- Replies
- 3
- Views
- 443
Ok, to send start and limit to the server is with the code
store.load({params: {
// specify params for the first page load if using paging
start: 0,
limit: 10,
// other params
foo: 'bar'... -
21 Aug 2012 1:10 PM
Jump to post Thread: Paging in a grid by jovasnimaro
- Replies
- 3
- Views
- 443
Hi, well, i have a problem with the pagingtoolbar, despite i insert the pageSize in the Store do not paging the grid, always loads all the information, the weird thing is that in the toolbar appears...
-
6 Jul 2012 3:08 PM
- Replies
- 1
- Views
- 401
Solved, Again, sorry, it was the Caché from IE8
I used the
Ext.onReady(function(){}) -
6 Jul 2012 1:17 PM
- Replies
- 1
- Views
- 401
Hi, i'm using extjs 4.0.7 and when add buttons to my views these are not rendering property in IE8 only show the Text but the figure of button not, in Chrome and Firefox work good.
I tried using... -
6 Jul 2012 8:46 AM
- Replies
- 1
- Views
- 333
Solved, i use the next code:
Ext.onReady(function(){ Ext.QuickTips.init();
new Ext.ToolTip({
target: 'projectnumber',
html: 'Autocomplete triggers after the 6th digit'
});
}); -
6 Jul 2012 7:28 AM
- Replies
- 1
- Views
- 333
Hi, well i want to use the TabTip in the ComboBox using Extjs 4.0.7
Any Ideas of how implement this TabTip???
Regards.
Jovani -
5 Jul 2012 9:42 AM
- Replies
- 2
- Views
- 406
yes it helps, but, well, this is my example:
I define the toolbar in a separate file:
var ewrToolbar = Ext.create('Ext.panel.Panel',
{
autoScroll: true,
title: 'EWR', -
5 Jul 2012 8:27 AM
- Replies
- 2
- Views
- 406
Hi,
How can i change the property of a component of a toolbar that is inside inside a panel, an this panel is in the region north of a border layout?
I wanna change the property of a component... -
1 Jul 2012 3:00 PM
Jump to post Thread: Extjs 4.1 form layout issues by jovasnimaro
- Replies
- 2
- Views
- 939
well, I tried as you answered but yesterday i notice that i have to specify the height and width in pixels in Extjs 4.1 and it works.
-
1 Jul 2012 2:50 PM
Jump to post Thread: remove the trash from request by jovasnimaro
- Replies
- 1
- Views
- 420
Hi, well, i have a question, how can i remove de trash stuff from a Ajax request?, when i send the request in the URL add some trash numbers and caracters and these cause problems in Explorer 9 ,...
-
25 Jun 2012 2:25 PM
Jump to post Thread: Date Format by jovasnimaro
- Replies
- 1
- Views
- 317
Hi,
how can i set this format of date : "2012/01/30 00:00:00 CST" in a datefield??
Year/month/day hour:minutes:seconds -
22 Jun 2012 7:02 AM
- Replies
- 1
- Views
- 545
Hi, i have a question, how can i add an event, handler o listener in a ComboBox that update the URL of a proxy when a caracter is typed, is just like autocomplete as you typed eachcaracter the search...
Results 1 to 25 of 38
