Skip to content

Addon: Wie öffne ich ein Popup im Menu #1

Answered by dergel
skerbis asked this question in Q&A
Discussion options

You must be logged in to vote

Hi Thomas,

es gibt keinen zentralen Weg, ein Popup zu erzeugen.
Allerdings kannst du statt popup: true auch ein Script übergeben, Beispiel aus dem Medienpool popup: openMediaPool(); return false;, das Script kann man z.B. mit dem project-AddOn in das Backend laden.
popup: true stellt nur sicher, dass das UI reduziert wird.
Alternativ kannst du auch ein Popup über ein zusätzliches Attribut ansteuern, sodass du für alle deine Popups dasselbe Script nutzen kannst.

linkAttr: { data-popup: true }

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@skerbis
Comment options

skerbis Jun 14, 2022
Maintainer Author

Answer selected by skerbis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants