Pre-set data choice/text for user in editor.create?
Pre-set data choice/text for user in editor.create?
For a particular application I'm creating, I need the user to be able to open a new editor.create dialog, but I need to be able to, depending on that they clicked, pre-select from a field:"select" or pre-fill a field:"text".
I've concluded that I need to do this in onInitCreate() -- but how do I send values into that scope?
To be clear: I'm not setting a default value for a field, as the values I'd like to fill in are only contextually relevant to the user's initial click.
I've concluded that I need to do this in onInitCreate() -- but how do I send values into that scope?
To be clear: I'm not setting a default value for a field, as the values I'd like to fill in are only contextually relevant to the user's initial click.
This discussion has been closed.
Replies
Sure glad I post here, or I wouldn't be able to solve these things for myself in public. ;P
Regards,
Allan