Cross Side Lookup read-only
-
- Posts: 9
- Joined: Wed Jun 03, 2015
Hi!
How can I set CrossSide Lookups read-only?
fd.field('name').readonly(true); <- If that doesn't work anymore since the update?
Best regards
Andy
How can I set CrossSide Lookups read-only?
fd.field('name').readonly(true); <- If that doesn't work anymore since the update?
Best regards
Andy
Hello,
It works in the new version the same way it was working before. Are you using the correct internal name? Often these problems arise because of confusion between the title of a field and it's internal name. The internal name is found in the Forms Designer (click on the control -> in the panel on the right hand side under 'Field' you'll see 'InternalName').
It works in the new version the same way it was working before. Are you using the correct internal name? Often these problems arise because of confusion between the title of a field and it's internal name. The internal name is found in the Forms Designer (click on the control -> in the panel on the right hand side under 'Field' you'll see 'InternalName').
-
- Posts: 9
- Joined: Wed Jun 03, 2015
Thanks for your answer! I used the internal names. The problem exists in all lookup fields.
All fields are readonly, only these not.
All fields are readonly, only these not.
Indeed this is a bug of the new version. We'll fix it in the nearest future. For now please use a workaround:
Replace last false with true if you want to enable the control.
Code: Select all
Plumsail.CSL.jQuery(fd.field("INTERNALNAME").control()._el().find(".plumsail-csl > input")).select2('enable', false);
-
- Information
-
Who is online
Users browsing this forum: No registered users and 24 guests