Lookup fields in Display Form
Posted by AgneseB - Dec 15 ’14 at 09:12
Is it possible to remove hyperlinks for some lookup fields in Display Form and display them as simple text?
-
Dmitry KozlovAdminMember for: 9 years 4 months 11 days
Of course, please, try the code below:
var fieldCtrl = fd.field('LookupField').control()._el(); fieldCtrl.html(fieldCtrl.text());
Replace 'LookupField' with the internal name of your lookup field.
-
AgneseBMemberMember for: 8 years 2 months 5 days
[#1]: Perfect! Thank you!
Displaying 1 to 2 of 2 messages