In my GXT 2 app I embed a hyperlink in some grid cells in order to open a URL in a new browser tab in response to a cell click.
However, following an upgrade to GXT 4.x this no longer works - I...
Type: Posts; User: AndreV
In my GXT 2 app I embed a hyperlink in some grid cells in order to open a URL in a new browser tab in response to a cell click.
However, following an upgrade to GXT 4.x this no longer works - I...
I'm trying to import the Executive Dashboard project using IntelliJ but not getting too far.
I've downloaded the files locally and created an IntelliJ project from Maven. I'm new to Maven and am...
I'm trying to work around this but it's proving very difficult.
It's looking like a bug in the GXT codebase to me. The funtion deferStartEditing in the class EditorSupport is always called with a...
If I page down in my live grid and update a cell with a text editor, the change doesn't display in the cell when I complete the edit.
However, if I page up I see that the corresponding row on the...
Got this working now.
I had created an html div container and had hooked the map creation code to the onAfterLayout function.
Although I was checking that the container had rendered it still...
I've included gwt-maps.jar version 3.8.0, added theses entries to my gwt.xml file -
<inherits name="com.google.maps.gwt.GoogleMaps"/>
<script src="http://maps.google.com/maps/api/js?sensor=false"...
I am disabling a number of HtmlEditor features via the setEnable functions which removes the relevant button from the toolbar.
However subsequently attempting to enable a feature does not result...