Search Type: Posts; User: dhruv88esh
Search: Search took 0.02 seconds.
-
9 Feb 2012 12:46 AM
- Replies
- 2
- Views
- 821
Try to use autowidth and FitLayout. That worked for me.:)
-
9 Feb 2012 12:45 AM
- Replies
- 3
- Views
- 830
I was able to do that using FitLayout and Autowidth....:)
Thanks -
6 Feb 2012 4:20 AM
- Replies
- 3
- Views
- 738
use CSS to that button/Image like:
.gridCellButton{
padding-top: 1px !important;
padding-bottom: 1px !important;
height: 2px !important;
width: 2px !important;
} -
6 Feb 2012 12:43 AM
- Replies
- 3
- Views
- 738
Use CSS to change the size of image/button.
-
6 Feb 2012 12:39 AM
- Replies
- 2
- Views
- 1,487
Make your own css like:
.textAreaFontSize{
color: red !important;
font-size: 24px !important;
font-style: bold !important;
font-family: Arial !important;
} -
2 Feb 2012 9:25 PM
- Replies
- 3
- Views
- 830
Thanks for suggestion.
But thing is that i'm using LayoutContainer all over the project. It will be difficult to change it to ViewPort.
Cann't we have resizing technique for LayoutContainer too ?? -
2 Feb 2012 9:07 PM
- Replies
- 6
- Views
- 4,839
If you are using GXT then try
grid.disableTextSelection(false);
Hope this will work !! -
31 Jan 2012 8:45 AM
Jump to post Thread: Fonts on the .css Files by dhruv88esh
- Replies
- 3
- Views
- 718
It will be in resourse/css folder. The name of file will be gxt-all.css.
You can search all default css here for all gxt widgets. -
31 Jan 2012 4:27 AM
Jump to post Thread: Fonts on the .css Files by dhruv88esh
- Replies
- 3
- Views
- 718
Hi,
Either you overwrite all gxt-all.css with your own css using !important.
for example:
.x-form-label{
font-size:12px !important;
}
or you need to just change all the fontsize in... -
31 Jan 2012 4:20 AM
- Replies
- 3
- Views
- 830
Hi,
I'm using a gxt 2.2.3 version. I have problem with resize the widgets(combobox and panels) on resizing the browser window. Anyone has idea how to achieve that ? -
18 Jan 2012 9:58 PM
Jump to post Thread: Text Selections in Grid cell by dhruv88esh
- Replies
- 83
- Views
- 74,486
grid.disableTextSelection(false);
Cheers :) -
18 Jan 2012 9:54 PM
- Replies
- 14
- Views
- 7,920
grid.disableTextSelection(false);
-
18 Jan 2012 1:56 AM
- Replies
- 6
- Views
- 4,839
Thanks Burn,
Your solution is working great :) -
3 Aug 2011 8:47 PM
Jump to post Thread: gxt 3.0 by dhruv88esh
- Replies
- 1
- Views
- 1,285
Hi glascaleia,
I don't think that there will be problem in MVP. MVP is a framework that facilitate the client side work. This will not bother if technology version changes..
Correct me if i'm... -
19 May 2011 11:22 PM
Jump to post Thread: Chart Not rendered in IE by dhruv88esh
- Replies
- 12
- Views
- 6,781
Thanks Gildas..
chart.setHeight(250); works great !!!
Now, charts are working in firefox also.. -
18 May 2011 12:12 AM
- Replies
- 2
- Views
- 946
I'm also getting this as Warning..
How can i rectify this...Can anybody help in this..?? -
22 Mar 2011 12:39 AM
- Replies
- 6
- Views
- 3,529
Hi friends,
I have set the labels as jan, feb,.... using
XAxis xAxis = new XAxis();
xAxis.setLabels("Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct",... -
17 Mar 2011 3:30 AM
Jump to post Thread: Problem in Line Chart in GXT by dhruv88esh
- Replies
- 0
- Views
- 1,273
Hello geeks,
I'm making a LineGraph in which i'm showing the graph of messages according to the date, But i want to show the graph such that graph must not change and labels must be according to... -
17 Mar 2011 3:20 AM
Jump to post Thread: Problem in Line Chart in GXT by dhruv88esh
- Replies
- 0
- Views
- 415
Hello geeks,
I'm making a LineGraph in which i'm showing the graph of messages according to the date, But i want to show the graph such that graph must not change and labels must be according to...
Results 1 to 19 of 19
