Hi there,
if someone trips over this post, please have a look at the solution I posted in a newer thread:
https://www.sencha.com/forum/showthread.php?470594-Integrate-TinyMCE-in-GXT
Best,...
Type: Posts; User: Holger Herrmann
Hi there,
if someone trips over this post, please have a look at the solution I posted in a newer thread:
https://www.sencha.com/forum/showthread.php?470594-Integrate-TinyMCE-in-GXT
Best,...
I figured it out and want to post the code here in case someone wants to do the same:
First, include the tiny sources in your html file:
<script type="text/javascript" language="javascript"...
Hi everybody,
there is an example for how to integrate TinyMCE in GXT (https://www.sencha.com/forum/showthread.php?44152-Integration-TinyMCE-in-GXT).
Unfortunately, this doesn't work for me for...
Hi everybody!
I know this is a quite old posting. For now, I'm trying to integrate the current version of TinyMCE (which is 4.8.2) in our GXT application (with GXT version 3.0.7).
Unfortunately,...
Hi Jack,
did you find a solution for this problem?
Best,
Holger
Interesting: Today I noticed that the solution I posted a year ago does not work (any more?). Perhaps the problem returned with a gxt update.
However, I had to add this method into MyCheckBoxCell:...
Hi jack83,
have a look at the PortalLayoutContainer. There is a method onPortletDragMove, in which the target (portal) column an the row are calculated (methods getColumn(.) and...
Showing the scroll bar in the middle column could be ok, too.
I wanted to say that there is a scrollbar in the middle, but it is always without function (disabled). Instead, an additional scroll bar...
Hi,
we are validating the entered text in a date picker by overriding the onKeyUp method. Perhaps it's the way you read the entered text that doesn't show you the current text.
Try this:
...
Hi Andreas,
thank for your answer.
I have tested something similar (setting the scroll mode to ALWAYS for widget 1).
That had the effect that there were scrollbars in the middle portal column....
Hi there,
I have another problem using the GXT portal layout.
In our application there are three portal columns. The middle one contains very many portlets (which represent activities in a...
Hi Andreas,
thank you for your answer.
Yes, adding a FlowLayoutContainer is exactly what I do:
I wondered why it's implemented this way as I suppose adding more than one widget should be the...
Hi there,
I am implementing the gxt (3.0.7) accordion layout at the moment.
For that, I have checked out the example on the gxt site (http://www.sencha.com/examples/#ExamplePlace:accordionlayout)....
Hi all (and especially to the Sencha team),
at the moment I am introducing the portal layout to our application. I am facing this situation:
We have three columns in the portal. The second column...
I would prefer that also and, to be honest, had also expected something like that.
Thank you Andy, thank you Andreas, I finally found a solution.
I found the code lines where the texts are set: GridView, lines 1220, 1233 and 1247.
So I made a custom class MyGridView (and...
Yes, we have our own translation. Our customers can change all texts and translations for all his languages by doing his own customizer (we have developed a web customizer and an eclipse plugin for...
Yes, I want to change all entries.
In our application, the user can select the desired language at login time. We have to change all texts depending on this selection, so also for the texts in the...
Hi Andy,
thank you for your answer.
I'm not sure if you got me right. I don't want to change the header of the columns (that is no problem). The thing we want to change are the two or three entries...
Hi all,
in GXT 3 there is a simple possibility to configure the columns of a grid (sort ascending, descending, hide/show columns...).
Is there a way to change the texts of these configurations at...
Having a closer look at the class XElement because of another issue (fading in dialog boxes), I came across this:
info.getElement().<FxElement> cast().setVisMode(VisMode.DISPLAY);
Callling this...
Looks pretty good, thank you for that.
I can follow your explanations about your tests with the sencha examples. But indeed, that's not the way we do it getting this problem.
Today I faced another aspect: I have an (other) dialog open...
Hi,
is there a possibility to fade in/out the components DialogBox, AlertMessageBox (or just MessageBox) a.s.o.?
I always get frightened when those dialogs pop up ;)
... no one an idea so far?