Saeven
April 18, 2018, 2:09am
1
I’d like to wire out a small popup that appears when someone clicks a button. Kind of like this small popup here:
https://vitalets.github.io/x-editable/demo-bs3.html?c=popup
Does anyone know one of these contextual windows with a downward arrow?
Thanks!
@Saeven Are you referring ‘contextual windows with a downward arrow’ to this ?
Saeven
April 18, 2018, 5:33pm
3
@bjthakkar If you visit https://vitalets.github.io/x-editable/demo-bs3.html?c=popup , and click on the first element in the table (its default label is superuser) – it’s the contextual window that appears that I’m looking for.
nkrisc
April 18, 2018, 6:26pm
4
You can make one easily with a rectangle and a triangle for the little arrow. Then you can group them together and make them hide/show when clicking something.
@Saeven check this example popup-example.rp (65.1 KB)
1 Like
DeeKey
April 19, 2018, 9:29am
6
Yes, this one is a a good example, but you better use “flyout” option for this popup: Monosnap - for it could finally work as on the live demo
1 Like