Welcome Guest Search | Active Topics | Sign In | Register

Possible to Theme a dialog? Options
Ziv
Posted: Friday, October 12, 2007 12:00:23 PM
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>
eo_support
Posted: Friday, October 12, 2007 12:05:20 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,083
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
Ziv
Posted: Friday, October 12, 2007 12:08:29 PM
Rank: Newbie
Groups: Member

Joined: 10/9/2007
Posts: 5
Ok thanks. Hopefully you can add this to a future version.


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.