mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-03 22:47:03 +03:00
Remove rl.showScreenPopup in favour of AbstractViewPopup.showModal
This commit is contained in:
parent
649f74fc51
commit
f6400b6da2
5 changed files with 17 additions and 12 deletions
|
|
@ -5,6 +5,15 @@ class Plugin extends \RainLoop\Plugins\AbstractPlugin
|
|||
}
|
||||
```
|
||||
|
||||
JavaScript
|
||||
```javascript
|
||||
class PluginPopupView extends rl.pluginPopupView
|
||||
{
|
||||
}
|
||||
|
||||
PluginPopupView.showModal();
|
||||
```
|
||||
|
||||
# Hooks
|
||||
|
||||
```php
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue