A request to add a checkbox which will make a textfield/textarea readonly. This would, for example, apply when the content of a textfield is derived from other textfields, such as (item_quantity * item_price), or (full fare tickets + discount fare tickets), or any other circumstance where derived values need to be displayed.
feature request: add readonly option to textfield/textarea
See: http://issues.umbraco.org/issue/CON-326
A request to add a checkbox which will make a textfield/textarea readonly. This would, for example, apply when the content of a textfield is derived from other textfields, such as (item_quantity * item_price), or (full fare tickets + discount fare tickets), or any other circumstance where derived values need to be displayed.
Comment author was deleted
Thanks for the feature request, you can also extend Contour and create your own fieldtypes if you wish :)
Details can be found in your docs http://our.umbraco.org/projects/umbraco-pro/contour/documentation
And examples can be found here http://contourcontrib.codeplex.com/
is working on a reply...