Hi,
I have developed a RIA application where i have used many and many dialogs JQuery UI components. Most of it are set up according to
$("container").dialog({
modal:true,
widht:500,
height:400
... and so on
});
Answer: How can i set up it a global property in order to avoid set up in each dialog ?
regards,