MojoButton art-button-wrapper missing in mojoDialogBasePage

A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.

This thread is closed to new posts. You must sign in to post in the forums.
5/28/2012 11:26:43 PM
Gravatar
Total Posts 28

MojoButton art-button-wrapper missing in mojoDialogBasePage

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>

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

5/29/2012 7:13:59 AM
Gravatar
Total Posts 18439

Re: MojoButton art-button-wrapper missing in mojoDialogBasePage

Hi,

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

5/29/2012 5:57:46 PM
Gravatar
Total Posts 28

Re: MojoButton art-button-wrapper missing in mojoDialogBasePage

Thanks Joe

You must sign in to post in the forums. This thread is closed to new posts.