I'm trying to display red warning like red pattern warning message for specific cell in array widget and did like below.
<style>
.validationCell {
border-top-color: red;
border-right-color: red;
border-bottom-color: red;
border-left-color: red;
}
</style>
$( "[id='id_array1.id_col1_" + P_index + "']").addClass("validationCell" );
This works well for red rectangle. But I want to display warning message like the same pattern warning meesage (please refer to attached screen shot).
and I found elements for displaying pattern warning message.
<div class="error-Tooltip" style="left: 695px; top: 505px; visibility: visible; position: absolute; overflow: visible;"><div class="popupContent"><div class="gwt-Label">Invalid value</div></div></div>
What I wants is like this.
1. displaying warning message like attached file according to the cell values.
2. warning message should be displayed when the mouse is over and should disappear when the mouse leave on that cell.
Would you give me some clue to solve this?
Regards,
Alan.
--
Fujitsu - RunMyProcess
---
You received this message because you are subscribed to the Google Groups "Fujitsu RunMyProcess Developer Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to supportforum+unsubscribe@runmyprocess.com.
To post to this group, send email to suppor...@runmyprocess.com.
Visit this group at https://groups.google.com/a/runmyprocess.com/group/supportforum/.
To view this discussion on the web visit https://groups.google.com/a/runmyprocess.com/d/msgid/supportforum/5e07f0ee-1c50-4af0-96bf-ee7662e14cf0%40runmyprocess.com.
For more options, visit https://groups.google.com/a/runmyprocess.com/d/optout.