Click here to Skip to main content
15,886,422 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I am using freetext box in my page. I have a scenario where I have to make the text content of the freetextbox as readonly, but, the toolbar panel should be enabled. Please guide me how I can accomplish this.

Thanks in advance.
Posted

1 solution

I believe you need to get the source code of the FreeTextbox and update it as per your requirement. Normally you download the dll and use that, but for your requirement I think you need to update the control itself.
 
Share this answer
 
Comments
bedathur_ganesh 22-Jun-10 4:10am    
Is it possible to do it in javascript?
PSK_ 22-Jun-10 4:34am    
Yes, that can be done, you need to analyze the html source and try to attach the js events on elements.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900