|
|
@ -8,20 +8,21 @@ PARAMETERS |
|
|
|
topic: Refers to a key in the resource bundle containing the text to display in the tool tip. |
|
|
|
topic: Refers to a key in the resource bundle containing the text to display in the tool tip. |
|
|
|
--%> |
|
|
|
--%> |
|
|
|
|
|
|
|
|
|
|
|
<script> |
|
|
|
<script> |
|
|
|
$( function() { |
|
|
|
$( function() { |
|
|
|
$( document ).tooltip(); |
|
|
|
$( document ).tooltip(); |
|
|
|
} ); |
|
|
|
}); |
|
|
|
</script> |
|
|
|
</script> |
|
|
|
<style> |
|
|
|
|
|
|
|
label { |
|
|
|
<style> |
|
|
|
display: inline-block; |
|
|
|
label { |
|
|
|
width: 5em; |
|
|
|
display: inline-block; |
|
|
|
} |
|
|
|
width: 5em; |
|
|
|
|
|
|
|
} |
|
|
|
div.ui-tooltip { |
|
|
|
div.ui-tooltip { |
|
|
|
max-width: 400px; |
|
|
|
max-width: 400px; |
|
|
|
} |
|
|
|
} |
|
|
|
</style> |
|
|
|
</style> |
|
|
|
|
|
|
|
|
|
|
|
<spring:theme code="helpPopupImage" var="imageUrl"/> |
|
|
|
<spring:theme code="helpPopupImage" var="imageUrl"/> |
|
|
|
<fmt:message key="common.help" var="help"/> |
|
|
|
<fmt:message key="common.help" var="help"/> |
|
|
|