A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.
Hi,
I'm using mojoDialogBasePage with master page set to DialogMaster.Master
I noticed that the mojoButtons are missing some markups around to achieve the artisteer look.
If I place it on normal page I get resulting markup like this
<span class="art-button-wrapper"> <span class="art-button-l"> </span> <span class="art-button-r"> </span> <input id="ctl00_mainContent_ctl00_FS_MatterMnt_RadGrid1_ctl00_ctl07_btnUpdate" class="art-button" type="submit" onclick="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("ctl00$mainContent$ctl00$FS_MatterMnt$RadGrid1$ctl00$ctl07$btnUpdate", "", true, "Update", "", false, false))" value="Update" name="ctl00$mainContent$ctl00$FS_MatterMnt$RadGrid1$ctl00$ctl07$btnUpdate"> </span>
<span class="art-button-wrapper">
In mojoDailogBasePage with DialogMaster.master it looks like this
<input id="ctl00_phMain_FS_MatterMnt_RadGrid1_ctl00_ctl05_btnUpdate" type="submit" onclick="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("ctl00$phMain$FS_MatterMnt$RadGrid1$ctl00$ctl05$btnUpdate", "", true, "Update", "", false, false))" value="Update" name="ctl00$phMain$FS_MatterMnt$RadGrid1$ctl00$ctl05$btnUpdate"><input id="ctl00_phMain_FS_MatterMnt_RadGrid1_ctl00_ctl05_btnUpdate" type="submit" onclick="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("ctl00$phMain$FS_MatterMnt$RadGrid1$ctl00$ctl05$btnUpdate", "", true, "Update", "", false, false))" value="Update" name="ctl00$phMain$FS_MatterMnt$RadGrid1$ctl00$ctl05$btnUpdate">
Thanks for any help,
Regards
Peter
The problem is that the dialog page is not using the theme.skin file and those settings come from there. I will fix this for the next release so that the dialog page uses the theme.skin file from the site default skin.
Hope that helps,
Joe
Thanks Joe