Hi,
Are there anyproblems with using custom attributes on a radWindow object. For example, I have the following code :
oWindow.setUrl(url);
oWindow.set_Title(title);
oWindow.set_Status(' ');
oWindow.set_IconUrl(titleIconUrl);
oWindow["IsHidingFromCode"] = false;
The IsHidingFromCode attribute is set if hiding the window by calling oWindow.hide(); in order to differentiate closing from code or by clicking the X button. I store this value against the radWindow as we can have mulitple radWindows instantiated.
It does work, but I wanted to check whether there are any circumstances in which radWindow wouldn't support this i.e. cross browser. I can't think that it would be a problem but you guys are the experts :-)
Many Thanks
John.
Are there anyproblems with using custom attributes on a radWindow object. For example, I have the following code :
oWindow.setUrl(url);
oWindow.set_Title(title);
oWindow.set_Status(' ');
oWindow.set_IconUrl(titleIconUrl);
oWindow["IsHidingFromCode"] = false;
The IsHidingFromCode attribute is set if hiding the window by calling oWindow.hide(); in order to differentiate closing from code or by clicking the X button. I store this value against the radWindow as we can have mulitple radWindows instantiated.
It does work, but I wanted to check whether there are any circumstances in which radWindow wouldn't support this i.e. cross browser. I can't think that it would be a problem but you guys are the experts :-)
Many Thanks
John.