我想在sitecore 8中创建一个向导,我该怎么做?有没有办法覆盖管道并以对话框的形式显示正常的网页?请给我一些想法。
发布于 2015-08-05 15:48:25
您可以在Sitecore 8中创建对话框控件或完整的应用程序。您可以使用扬声器控件创建向导。
以下是Sitecore SPEAK上的一些视频。(视频在Sitecore 7.1上,但构建SPEAK应用程序的过程是相同的)
https://www.youtube.com/user/JakobHChristensen/videos
在文档站点上也有很好的文档:https://doc.sitecore.net/speak
玛蒂娜的博客:http://mhwelander.net/2014/06/27/speak-for-newbies-part-1-creating-a-new-application/
我在这里有几个关于GitHub的演讲演示应用程序。https://github.com/sobek1985/EntityServiceDemo
https://stackoverflow.com/questions/31825648
复制相似问题