How to create a custom button in the ribbon of Tridion [closed]

戏子无情 提交于 2019-12-02 23:56:38

问题


Please anyone can help me understand,

How to create a custom button in the ribbon of Tridion. I need to have a functionality later on click of that button.


回答1:


Some good tutorials on getting started creating Tridion GUI extensions:

  • http://yoavniran.wordpress.com/2011/03/03/setting-up-a-tridion-gui-2011-extension-in-8-steps/
  • http://www.curlette.com/?p=279
  • http://code.google.com/p/tridion-2011-power-tools/wiki/nononsenseguide
  • http://tridionfanboy.wordpress.com/category/javascript/
  • http://www.curlette.com/?p=401

There are also plenty of existing extensions to be found on SDL Tridion World that serve as great material for studying. Finally: never underestimate the power of studying the source of Tridion's GUI yourself. The JavaScript parts are readily readable on your disk and (if you disable the default JavaScript minification) also in your browser.



来源:https://stackoverflow.com/questions/11560300/how-to-create-a-custom-button-in-the-ribbon-of-tridion

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!