--- a/doc/book/en/devweb/views/reledit.rst Tue Sep 06 11:59:24 2011 +0200
+++ b/doc/book/en/devweb/views/reledit.rst Tue Sep 06 12:01:27 2011 +0200
@@ -116,7 +116,14 @@
which always work.
+Disable `reledit`
+*****************
+By default, this feature is available on all attributes of every entity primary view.
+If you want to disable `reledit` feature, you have to override by using uicfg:
+.. sourcecode:: python
+ import uicfg.primaryview_display_ctrl as _pvdc
+ _pvdc.tag_attribute(('Company', 'name'), {'vid': 'incontext'})