Is there a way to have TextArea auto grow in height as new lines are entered?
Type: Posts; User: iyeh
Is there a way to have TextArea auto grow in height as new lines are entered?
Figured out myself. Row height must be explicitly provided by the custom HTML root element.
I'd say "auto measured" is a bit misleading as it can't figure out the native height of the HTML....
How do I force the row height in LiveGridView?
The release note says "row height now automatically measured", but it doesn't work for me as I am rendering HTML that has variable height and...
CssFloatLayoutContainer.setScrollMode(ScrollMode.AUTO) doesn't work when I add it to a ContentPanel, which is added to a GXT Window.
So the view hierarchy is:
Window
- Content Panel
--...
When form fields are in a window that's on top of another window, pressing Tab key doesn't go to the next field.
For example:
RootPanel has a button that on select shows Window A.
Window A has a...
ToolTipConfig.setMaxWidth doesn't work.
The doc says default is 300. But when I setBody to a very long text. It sizes up to the browser window width before it wraps.
Explicitly setting it...
I am referring to gxt-4.0.0-commercial.zip\gxt-theme-triton.jar\com\sencha\gxt\theme\triton\custom folder
I thought I could unzip gxt-theme-triton.jar, copy & customize triton.theme and use it...
From what I can tell, the test case you have is a Grid to Grid DnD.
In my case, I have only one grid, and I want to reorder an item in the grid by DnD (move it up or down). Hence...
I found the workaround to be the following code from triton theme: com\sencha\gxt\theme\triton\custom\client\field\TritonCheckBox.gss
@if(!is("user.agent", "ie8")) {
input[type="checkbox"]...
Checkbox and Radio buttons do not work on iPad for Blue/Gray/Neptune themes. They work on Triton theme only. The problem can be seen in the demo (http://examples.sencha.com/gxt/4.0.0/examples/)
...
Looks like it may be caused by a change in LiveGridView scroller implementation.
In GripDropTarget.onDragMove, the following condition is always true for LiveGridView, setting drop allowed status...
I had the following code working in GXT 3.1.4
new GridDragSource<T>(grd);
GridDropTarget<T> drpTrgt = new GridDropTarget<T>(grd);
drpTrgt.setAllowSelfAsSource(true);
...
Also getting this error in just about all messagebox windows in my app.
Work as expected in super dev mode and production...would be nice to have a fix soon.
I need to show the slider value in another IntegerField (read-only) as it is dragged, but ValueChangeListener only fire on mouse release.
There doesn't appear to be a straightforward way to do...
My bad. I made a typo at this line
add(p, new MarginData(10));
should be add(formPnl, new MarginData(10));
Please close this bug report.
I am showing a formPanel in a window and submitting it when upload button is clicked.
On IE9 and Firefox it doesn't do nothing. No request is made.
On Chrome 24...m the request is made correctly...
looks like it failed because status is 0, but response.responseText contains the correct data.
Searched internet. It seems to be a bug in phonegap,...
When User enters text (i.e. social security number) in Ext.form.Text, I want to partially mask the text with *. For example if User enters 000-000-0000, it will be displayed as ********0000.
...
Ok great. Allow me to ask then in general what does disabling buffer do? and on what condition should I consider disable?
By the way, where can I read about the original bug report? Thanks.
No I am using GridCellRenderer
ColumnConfig col = new ColumnConfig();
col.setWidth(50);
col.setMenuDisabled(true);
col.setSortable(false);
...
When I scroll up and down a long list of items in TreeGrid sometimes I see rows that are rendered incomplete. For example the image shows that Edit and Delete anchors are missing on certain rows.
...
Is there a solution yet?
Should this be a feature request? The reset stuff should be contextual. I have seen it done in YUI library. GXT's CSS reset stuff makes hard to develop CMS application....
sven, can you provide a link to this feature request post? I like to make some comments.
I agree with jburnhams that is a bug. Also how do I cancel the first quest? The best I have come up so...
When I update the ModelData in a grid on Events.CellClick,
grid.getStore().update(data);this line causes the grid to scroll to the top of the list after update. Occurs on IE7. Works fine for...
Could we expect an official GXT build for GWT 2.0 soon?
BTW I noticed GXT download page doesn't mention what GWT version is required; you have to download it to figure out. And System requirement...