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
Also there should be a way how any View can request to load additional JS/CSS files on view rendering (if they are not already loaded). That's important when you put View in modal window for example and from server receive only data with cut this view object.
For example, if i have rich text editor which requires additional JS/CSS includes then the only way is to add them globally in whole app. But we only need it in pages (forms, modal forms etc) where this field is actually shown. Probably some way of javascript-based includeJs and includeCss would be good to have for such cases. They could use jquery.getScript() or some other mechanism to load.
should be probably solved in atk4/ui
see demos
same problem in atk4/ui
atk4/ui/demos/interactive/jssortable.php
demoThe text was updated successfully, but these errors were encountered: