Joomla - Unable to include CSS in dashboard plugin page for deactivated plugin - joomla

I am creating a custom system plugin for Joomla 3.9. In the dashboard I need to include CSS for the same. When the plugin is active/Enabled, I am able to do the same but when the plugin is inactive, CSS file is not getting included.

Related

Installing plugins CkEditor Liferay 7.4

Im trying to customize the liferay 7.4 ckeditor toolbar adding the accesibility checker plugin (ay11cheker).
I found the following information to do that but its not working for me
https://liferay.dev/blogs/-/blogs/add-custom-plugin-to-ckeditor-toolbar-
https://liferay.dev/ask/questions/portal/re-configure-ckeditor-on-liferay-7-13
I have created the class that implements DynamicInclude including the ay11checker and balloonpanel plugins.
I have created also the class that extends BaseEditorConfigContributor to override the method 'populateConfigJSONObject' including those two plugins to extraPlugins field of the JsonObject.
Both files *.js are including because i can access them through the web inspector and i can check in the DOM that some html code are including but the icon of the ay11checker is not appearing in the ckeditor toolbar, what i missing?

UI Plugin is not loaded on project pages

I have written a simple Rundeck UI plugin. The purpose of the plugin is to inject content into a project dashboard.
By inspecting the page, I see that the plugin is loaded (and the JS runs) on all pages except the project pages. There is nothing I can do to make the plugin available to project pages. Are UI plugins disabled on project pages?
plugin.yaml
ui:
- pages: '*'
scripts:
- js/main.js
On the new Rundeck 3.4 branch some 3.3.X UI elements are broken (for example, from some UI plugins), actually, this example doesn't work on rundeck 3.4.6. But if you add that plugin on rundeck 3.3.X you can see it on the Dashboard page.

ckeditor4 CDN add extra plugin "templates"

I know how to add an extra plugin to CKEditor CDN. But the problem is, the plugin "templates" is already loaded.
How can I change the templates of the "templates" plugin when the editor is loaded through the CDN?
https://ckeditor.com/cke4/addon/templates

How to integrate metronic theme with DNN9?

We have a DNN9 platform for our Business2Business website. It has basic look of reports however we wanted to show some advance look to reports and charts so that we are planning to integrate metronic theme in DNN9. I tried multiple ways to do it but failed. kindly help regarding this for the same.
Not sure what you have tried but we succeeded in displaying reports module data using Mandeeps Porto css and boostrap classes.
We achieved this using the xsl stylesheet option in reports module settings.
If the theme resources are part of your portal skin on the page that the reports module resides then xsl elements will display fine. If not part of the portal theme, you can either declare the resource in page setting header or in the xsl stylesheet itself.
Hope this helps

Not able to add document property button in CKEditor 4

I have upgraded my CKEditor in my ajaxplorer project.
I want to add document property in ckeditor 4 and I have tried in all ways. by adding code in class.AjxpCkEditor.js aven ckeditor.js but yet succeed. There was no folder for document property as "docprops" which was having in older version. Then I have copied that folder and done some changes in class.AjxpCkEditor.js but its not working even I have done change in ckeditor.js but not working.
This plugin is not included in any of the 3 predefined presets, so you need to build your own version of CKEditor using the online builder.
Here's the plugin: http://ckeditor.com/addon/docprops and plugins installation instructions.

Resources