View Single Post
08/16/18, 12:06 PM   #10
Phuein
 
Phuein's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2018
Posts: 132
Originally Posted by ZOS_ChipHilseberg View Post
In the next major version edit boxes will have the XML attribute "escapeMarkup" which you can set to false to achieve this.
Following the tradition of GetEditEnabled() and SetEditEnabled(), could we get a GetEscapeMarkup() to make verification of the state easier?
EDIT: Just ran into ShouldEscapeMarkup() which does just that, but goes off tradition. :P Funny.

Also, testing this new function, it doesn't update the display immediately. The old solution that toggles hiding between an Editbox and Label works immediately, which means they're not interchangeable yet.

Thanks for the great work!

Last edited by Phuein : 08/16/18 at 12:12 PM.
  Reply With Quote