Steps:
- Create a new ribbon button
- Create the Silverlight application
- Create the XAP web resource
- Create a HTML web resource for the page that hosts the Silverlight app
Create your Silverlight application, if you want to use the REST endpoint see this post.
Create a Silverlight web resource and the HTML web resource.
Follow this guidelines when naming the web resources:
- HTML Web resource name = /MyApplicationName.html, this will result,after saving, in customizationprefix_/MyApplicationName.html.
- HTML Web resource display name = MyApplicationName.html.
- XAP Web resource name = /ClientBin/MyApplicationName.xap, this will result,after saving, in customizationprefix_/ClientBin/MyApplicationName.xap.
- XAP Web resource display name = MyApplicationName.xap.
No comments:
Post a Comment