Search Type: Posts; User: roshniblr
Search: Search took 0.02 seconds.
-
26 Sep 2011 7:18 PM
Jump to post Thread: pagination not working by roshniblr
- Replies
- 7
- Views
- 1,281
My server result was not taking start and limit into consideration. It worked :). Thanks.
-
25 Sep 2011 7:42 PM
Jump to post Thread: pagination not working by roshniblr
- Replies
- 7
- Views
- 1,281
According to the example
http://www.sencha.com/learn/legacy/Tutorial:Basics_of_Paging_With_the_Grid_Component
what I understand is in the json object, totalCount should be the total number of... -
22 Sep 2011 9:31 PM
Jump to post Thread: pagination not working by roshniblr
- Replies
- 7
- Views
- 1,281
In the tool bars both in top and bottom the number of records etc are showing properly as shown below.I have currently 13 records. When the page is loaded i expect only 10 records will be displayed...
-
22 Sep 2011 4:14 AM
Jump to post Thread: pagination not working by roshniblr
- Replies
- 7
- Views
- 1,281
Hi I have the following snippet of code for grid. My data is coming in the same page but the top bar and bottom bar arrows are working fine. Pagination not working . All the data coming in the same...
-
23 Aug 2011 10:44 PM
- Replies
- 7
- Views
- 1,676
Wow its working now after commenting that.::)
But I need that onChnage functionality. Is there any way to fetch the inputValue or manually setting the value for the radioGroup? In Extjs 3.x, I... -
23 Aug 2011 9:11 PM
- Replies
- 7
- Views
- 1,676
var MyRadioGroupId_Component= new Ext.form.RadioGroup({
renderTo:'MyRadioGroupId',
listeners: {change:function(obj, newValue, oldValue) {
onChangeOfRadio(newValue);
... -
23 Aug 2011 1:03 AM
- Replies
- 7
- Views
- 1,676
Hi,
Thanks for the suggestion. I could see the radiogroup on the page.
There is one more issue that I'm facing. I can select both the radio buttons in the radiogroup.
I thought I should be able to... -
22 Aug 2011 11:32 PM
- Replies
- 7
- Views
- 1,676
Hi,
I just tried a simple RadioGroup which did not render in my page.
Here is the snippet:
var MyRadioGroupId_Component= new Ext.form.RadioGroup({
renderTo:'MyRadioGroupId',
... -
17 Aug 2011 8:06 PM
Jump to post Thread: Using Ext.define in 4 by roshniblr
- Replies
- 3
- Views
- 1,537
Hi,
Recently I have moved to Extjs 4. I was using Ext.extend in 3.X.
Currently I have re written my like this:
Ext.onReady(function(){
Ext.define(Ext.my.Calendar, {
... -
12 Jun 2011 3:17 AM
Jump to post Thread: Extjs 4.0 support for IE9 by roshniblr
- Replies
- 37
- Views
- 21,449
Hi, Thanks for the link. Where do I get the upgrade guide to 3.4? And we have the license for EXTJS. How do I download EXTJS 3.4?
-
12 Jun 2011 2:59 AM
Jump to post Thread: Extjs 4.0 support for IE9 by roshniblr
- Replies
- 37
- Views
- 21,449
Does EXTJS 3.3.3 fully support IE 9 or we need to upgrade to EXTJS 4? Kindly suggest.
-
25 Jul 2010 6:41 AM
- Replies
- 8
- Views
- 1,783
Thanks Condor. Can I track this bug? I mean can I get the bug ID?
-
25 Jul 2010 6:27 AM
- Replies
- 8
- Views
- 1,783
So currently TimeField in 3.2 version is missing all the validation messages except "required" message?
When allowBlank:false, then I'm getting "This field is required" message.
Thanks Condor. -
25 Jul 2010 1:05 AM
- Replies
- 8
- Views
- 1,783
But in the timefiled, in the drop down the values are '9:00 AM' to '6:00 PM', that means values are displayed accoring to minValue and maxValue but the error is not displayed. Also when I'm trying to...
-
24 Jul 2010 7:45 AM
- Replies
- 8
- Views
- 1,783
Also when I'm trying to input any invalid data , its not showing me any error. After inputting invalid data when I click anywhere on the page the value from the timefield disappears. Am I doing...
-
24 Jul 2010 6:59 AM
- Replies
- 8
- Views
- 1,783
Hi,
I am just trying to see the minText and maxTest error. Following is my snippet od code.
new Ext.form.TimeField({
minValue: '9:00 AM',
maxValue: '6:00 PM',
increment: 30... -
18 Nov 2009 10:04 PM
Jump to post Thread: use of load mask by roshniblr
- Replies
- 4
- Views
- 1,865
Thanks.
Ext.get('someId').mask('Please Wait'); works fine.
On the mask I can see a box for the message. I do not want that.
How do I handle this? -
17 Nov 2009 10:56 PM
Jump to post Thread: use of load mask by roshniblr
- Replies
- 4
- Views
- 1,865
Hi,
Can I use loadmask for a component which is not ext component.
For example I want to use the LoadMask for an html button. How do I do it?
var myMask = new Ext.LoadMask(Ext.getBody(),... -
12 Nov 2009 3:48 AM
Jump to post Thread: disable dates in datefield by roshniblr
- Replies
- 5
- Views
- 3,430
Will validateValue() will help me to keep the default validations provided by extjs also?
I also want when the disable the dates, in the popup calendar the dates will be disabled.
So some how it... -
11 Nov 2009 12:09 AM
Jump to post Thread: disable dates in datefield by roshniblr
- Replies
- 5
- Views
- 3,430
Hi,
If I want to disable dates starting from some date for e.g 02/15/03 to 02/03/03,
should I use mention all the dates in array from 02/15/03 to 02/03/03 and use in disabledates:?
The... -
5 Nov 2009 6:26 AM
Jump to post Thread: Regarding format in datefield by roshniblr
- Replies
- 18
- Views
- 2,156
Hi,
Thanks. So does it mean that if I say
altFormats:'m/d/y|d/m/y|m/d/Y|d/m/Y|Y-d-m'
then i will not be allowed to enter date in format say m/d or d or n/j/y etc? -
5 Nov 2009 6:12 AM
Jump to post Thread: Regarding format in datefield by roshniblr
- Replies
- 18
- Views
- 2,156
These are not the only two and I can't put a combo box also. I want to restrict on some formats for eg m/d, d etc and want to use any formats like 'd/m/y' etc
-
5 Nov 2009 4:01 AM
- Replies
- 6
- Views
- 8,030
Hi ,
I want to restrict any other format other than m/d/y and d/m/y.
But if I use
parseDate : function(v) {
return (!v || v instanceof Date) ?
... -
5 Nov 2009 3:45 AM
Jump to post Thread: Regarding format in datefield by roshniblr
- Replies
- 18
- Views
- 2,156
Hi,
altFormats:'m/d/y|d/m/y'
But it does not restrict the user to use 'm/d' or some other formats.
I thought if I use altFormats:'m/d/y|d/m/y' , then it will not allow any other formats to use... -
5 Nov 2009 2:38 AM
Jump to post Thread: Regarding format in datefield by roshniblr
- Replies
- 18
- Views
- 2,156
I was actually trying
parseDate : function(v) {
return (!v || v instanceof Date) ?
v : (Date.parseDate(v, 'm/d/y')||Date.parseDate(v,...
Results 1 to 25 of 30
