Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

Setting the width value in warn

$
0
0
How can we set the user defined width value inside warn function.

I am facing the issue when user want to delete the multiple record
and error message is coming into two lines, where my requirement
is message must come on one line and user can delete max 100
records at a time.

I tried with widh : 400, auto, '*' and 'autowidth' but i did not
get appropriate result. all these option is not working.

I tried with given below
//--------------------------------------------
isc.warn
(
message,
{
width : 400,
title :'Remove Confirmation' MeiResources.get(this.isDeleteRemove ?
'Browser.Message.Remove.Title' : 'Browser.Message.Delete.Title'),
buttons : [ Dialog.YES, Dialog.NO ]
}
)

Attached Images
File Type: png ErrorMessage.png (8.4 KB)

Viewing all articles
Browse latest Browse all 4756

Trending Articles