You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe I'm missing something (hopefully), but it'd be nice to be able to initialize a Tingle modal by passing an existing node/ID/whatever to it. Much like jQuery UI Dialog has with this construct:
$( ".selector" ).dialog({
modal: true
});
This is useful if you want to do something more "persistent" with the dialog/modal while it's being displayed, like allow file browsing/file selection/etc.
The text was updated successfully, but these errors were encountered:
Maybe I'm missing something (hopefully), but it'd be nice to be able to initialize a Tingle modal by passing an existing node/ID/whatever to it. Much like jQuery UI Dialog has with this construct:
This is useful if you want to do something more "persistent" with the dialog/modal while it's being displayed, like allow file browsing/file selection/etc.
The text was updated successfully, but these errors were encountered: