web/views/forms.py
changeset 4156 1bbb0ee42c8e
parent 4101 7fa86fa51229
child 4159 6b2b20c73d59
--- a/web/views/forms.py	Mon Dec 21 18:46:46 2009 +0100
+++ b/web/views/forms.py	Mon Dec 21 19:18:49 2009 +0100
@@ -229,14 +229,6 @@
         """return encoding used for the given (text) field"""
         return self._cw.encoding
 
-    def form_field_name(self, field):
-        """return qualified name for the given field"""
-        return field.name
-
-    def form_field_id(self, field):
-        """return dom id for the given field"""
-        return field.id
-
     def form_field_vocabulary(self, field, limit=None):
         """return vocabulary for the given field. Should be overriden in
         specific forms using fields which requires some vocabulary