I am using Exhbit 3 here: http://demac.udel.edu/waterquality/
I would like to either replace the Bookmark icon and Reset Icons with my own icons or simply append text to each so that each icon has text following it. (eg. for the bookmark icon it would show the bookmark icon with "Bookmark this View" next to it.) When this gets written to the page it has: <div style="padding: 0px 8px; vertical-align: middle;" ex:developermode="true" ex:role="exhibit-controlPanel" id="bookmark" class="exhibit-controlPanel"> <div class="exhibit-bookmarkWidget-popup"><img src=" http://api.simile-widgets.org/exhibit/3.0.0/images/bookmark-icon.png" style="vertical-align: middle;" class="exhibit-bookmarkWidget-button" title="Click to generate a bookmark for your current browsing state"></div><img src=" http://api.simile-widgets.org/exhibit/3.0.0/images/reset-history-icon.png" style="vertical-align: middle;" class="exhibit-resetHistoryWidget-button" title="Click to clear state and refresh window"></div> I have tried multiple jQuery methods such as .append, .appendTo, .innerHTML, .replaceWith, and multiple CSS methods to remove the icon and/or place other content next to or in place of it. I've had limited success in using the .appendTo, but what I am finding is that the icons are writing out "after" my appendTo gets executed. Does anyone has any suggestions on what to do to insert text inside the div.exhibit-bookmarkWidget-popup or next to img. exhibit-resetHistoryWidget-button? Thanks! Tina :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Tina Callahan, [email protected] Delaware Environmental Monitoring and Analysis Center (DEMAC) University of Delaware 302-831-6581 -- You received this message because you are subscribed to the Google Groups "SIMILE Widgets" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/simile-widgets. For more options, visit https://groups.google.com/groups/opt_out.
