This is a migrated thread and some comments may be shown as answers.

Dispaly only pencil image

1 Answer 47 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Perfect
Top achievements
Rank 1
Perfect asked on 02 Feb 2011, 03:55 PM
Hi,
  I'm using telerick Q2version2010 rad controls. My requirement is, In .aspx page  display pencil image only. when I click on pencil image radeditor  window open. previously when I'm using Q2version2008 radcontrol, I display pencil image and click on this image open radeditor as a editible mode. but when I working on new radcontrols(Q2version2010) .  I didn't find how to display pencil (only) image . please give me suggestion how to achieve my requirement.

Advance in Thanks

Thanks
Mr.Perfect

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 04 Feb 2011, 03:42 PM
Hi Perfect,

To reduce the RadEditor's code and optimize its loading speed, the HasPermission and Editable properties were replaced by the Enabled property in RadEditor for ASP.NET AJAX. You can find more information here. If you want to have a pencil icon and place the editor in editable and non editable modes, you can add a server <Asp:Button or an image button and inside its Click server event to enable / disable the editor using its Enabled server property.


All the best,
Rumen
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
General Discussions
Asked by
Perfect
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or