I have a text field and media field on my list (non editable). I have attached methods to those fields. But these methods are not firing.
FYI. if the text field diplay tpe is set to “Text_Field” the script is firing. But if it’s set to text_area it’s not firing. For design reasons I have set the display type to Text_Area
on text area’s you don’t have an onAction
because the onAction on a textfield is the enter key.
But the enter key on a textarea really just inserts an linefeed
Is there any work around to attach a method to the text area field (non editable). I really want to make it as a text area for the design work arounds (it will have a flat appearance under Kunsoff LAF).
Also what about attaching a method to the media field?