To do this follow the steps:
1) Open the customizations.xml exported from the solution
2) Find the associated <CommandDefinition> of the button in <RibbonDiffXml>/<CommandDefinitions>
3)Insert the Action statement like this:
<Actions>
<Url Address="$webresource:new_/Test.html" PassParams="true" WinParams="height=400, width=500,toolbar=no, menubar=no,location=no">
</Url>
<Url Address="$webresource:new_/Test.html" PassParams="true" WinParams="height=400, width=500,toolbar=no, menubar=no,location=no">
</Url>
</Actions>
No comments:
Post a Comment