Rank: Newbie Groups: Member
Joined: 10/9/2007 Posts: 5
|
I've noticed the ControlSkinID property on a dialog. Is it possible to create and use a skin file for a dialog? Example of the properties I'd want to set in the skin...
Code: HTML/ASPX
<eo:Dialog
runat="server"
SkinID="EODialogBlue"
CssClass="EODlgMain"
ShadowColor="gray"
ShadowDepth="5"
CloseButtonUrl="images/eodialog/close.gif" >
<HeaderStyleActive CssClass="EODlgHeader" />
<ContentStyleActive CssClass="EODlgContent" />
<FooterStyleActive CssClass="EODlgFooter" />
</eo:Dialog>
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi Ziv,
It doesn't seem to be able to do that. ControlSkinID works on "built-in skins", which includes a few skins (templates) that you see in the dialog builder. However currently there is no way to extend this skin set.
Thanks
|
Rank: Newbie Groups: Member
Joined: 10/9/2007 Posts: 5
|
Ok thanks. Hopefully you can add this to a future version.
|