I am customizing the Tridion ribbon toolbar to add a button. How can I access Tridion controls like button and dropdown inside my .NET ASPX page?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This post may help you http://www.tridiondeveloper.com/ribbon-item-group
Although I believe the output of any ASPX or ASCX which is stored in an Editor itself is cached, so the preferred method of creating CM functionality is to use JavaScript and background services stored in a Model, You may want to look at the open source PowerTools project for some more ideas (http://code.google.com/p/tridion-2011-power-tools/).