Lately, I have been wanting to have the ability to rapidly change text color using buttons in the form of the GUI Button solution.
I realized how easy it was to add this functionality to the existing GUI Button solution. Make sure that the <a href="http://boltwire.com/index.php? p=solutions.javascript.gui">GUI Button</a> solution is already installed and working. Then create some new buttons to represent the colors. I used Gimp to edit one of the existing buttons from the GUI solution so I had several new buttons to add the existing location of the GUI image button files. Then add the following to the code.embed.gui page (leave out the "----------------") -------------------- <br> <a href="javascript:insMarkup('<color=red>','</color>','Color')"><img src='$$img/gui/red.gif' title='Red' style='border:0px;' /></a> <a href="javascript:insMarkup('<color=blue>','</color>','Color')"><img src='$$img/gui/blue.gif' title='Blue' style='border:0px;' /></a> <a href="javascript:insMarkup('<color=green>','</ color>','Color')"><img src='$$img/gui/green.gif' title='Green' style='border:0px;' /></a> <a href="javascript:insMarkup('<color=yellow>','</ color>','Color')"><img src='$$img/gui/yellow.gif' title='Yellow' style='border:0px;' /></a> <a href="javascript:insMarkup('<color=brown>','</ color>','Color')"><img src='$$img/gui/brown.gif' title='Brown' style='border:0px;' /></a> ------------------ If there is interest, I can add an additional section to the existing GUI solution page and upload the additional buttons that I am using. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "BoltWire" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/boltwire?hl=en -~----------~----~----~----~------~----~------~--~---
