Visibility of a field in main form and inline/bubble-editing
Visibility of a field in main form and inline/bubble-editing
![[Deleted User]](https://secure.gravatar.com/avatar/ad601b346765decefb3e2dbba7f7f4e2/?default=https%3A%2F%2Fvanillicon.com%2Fad601b346765decefb3e2dbba7f7f4e2_200.png&rating=g&size=120)
in Editor
Is there a way to suppress a field in the main form, but it can still be edited in the table using inline / bubble editing?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
I was looking for a function as explained below, but I didn't find anything suitable.
You could use the
preOpen
to do that - something like this.Colin
Hi Colin,
the link to preOpen ends up in 404 ... but editor.on ('open`) solves the problem, as in your example. I've been looking for this solution for hours, thanks!
Dirk
Ah, yep, sorry, I meant
preOpen
. Glad to hear all sorted.Colin