Zoeken in deze blog
donderdag 14 november 2013
How to implement eye-catching bars in an Exact Synergy Enterprise request
In an ESE request there's tabs and sections to cluster related fields. For each new section one could use a bar with a title.
I'm not a HTML king but this is a target I used to create eye catching text bars in an ESE request. Add a section and past this code into the 'Note' field:
<div style="background-color: #0099CC; padding: 5px; font-weight: bold">Title</div>
Don't forget to set columns on 2 if you want.
But.. this is a fixed colour, independent from the style the end-user(s) prefers to use. Could be ugly. So therefore here's a HTML code to create a bar which adapts the style colours:
<TABLE class=ListView><TR class="header"><TD><b>OPPORTUNITY DETAILS</b></TD></TR></TABLE>
<div style="background-color: #fefbdd; border: 1px solid #fef686; margin: 5px 5px; padding: 5px 5px;">Text</div>
Then, you don't want the text section to be shown in the request, therefore in the section put this code into the text field:   -basicly it's an empty character in HTML.
Abonneren op:
Reacties posten (Atom)
Geen opmerkingen:
Een reactie posten