Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    isc.say box width

    hi all,
    how to set the isc.say or isc.warn box width to fit the content of the message with out hard coding the width.

    i know this way.
    Code:
     
    isc.say("my message",{width:"100"});
    but i don't want to hard code the width. is there any way to do this?
Working...
X