| Author |
Message |
|
|
Hi there,
I'm using Tomahawk, MyFaces 1.1.5 and ECruiser 1.1.7 in my project. I dicover some warnings regarding ECruiser-Components. Can I ignore those warnings?
|
 |
|
|
One more thing with the popup, putting a <h:output>-Tag in a facet doesn't seem to work for me.
This doesn't render a popup:
This renders the popup :
but I's rather like to use standard JSF Components inside the popup ... any ideas here ?!
|
 |
|
|
Hi there,
your example worked so far ... but not in the way as I expected ;)
I need a <h:outputText> Tag to render the data in the first "<e:dataTd>" cell, like this:
I want a popup, when the user moves the mouse over the <h:output> Text.
The "<e:div>" Container doesn't resize the cell (Table-Row) to the desired height, if the "#{ROW.entity.data}" has to be wrapped to multiple lines (because it doesn't fit in one line).
The manual states, that all ECruiser Components have an "popupComponent" Tag. So I tried successfully :
However I've got some style-issues with TextArea ... so I tried to switch to an ECruiser component, more similar to "<h:outputText>" and tried <e:label>.
However <e:label> doesn't have an popupComponent-Attribute. ECComponent seems to have it, but it is not defined in the TLD for "Labels" ... Am I missing something?!
|
 |
|
|
Thank you very much! I'll try it!
|
 |
|
|
Hi,
I am curious how to set a ToolTip on an Datatable-Element, depending on the current row.
I need a popup when the user moves the mouse over the "ROW.name" element. It should open "onMouseOver" and close, when the user leaves the "ROW.name" element (onBlur ?).
Should I use a Window-Control or wrap the "h:outputText" element by a "Menu-Control"? Any Ideas ?
Thanks for any help!
|
 |
|
|