Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
TIWButton
#1
Howdy All!

I have a few places where I am using the 'stock' IW buttons where I need events that are NOT asynchronous.

In all my uses of TIWBSButtons, I use the RawText property that allows me to format my buttons caption as needed.

With the default TIWButton, it sets the caption as a Value attribute.

Without modifying the IW source code, how can I set the TIWButton caption using RawText like I do with TIWBSButton?

Thanks in advance,

Shane
Reply
#2
If you assign a hotkey to your button, it will be rendered using the <button>  tag, not the <input> tag. It allows you to use other HTML elements on its caption, like a <br> which will break the line.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)