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.
but i don't want to hard code the width. is there any way to do this?
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"});