I have integrated wysiwyg with tinymce editor.. now Tinymce asks to choose buttons which we want in editor... I want to apply its own theme like 'standard' or 'advanced' or any other and dont want to select buttons..
How can I do it ?
Related
Can I use primeNg 5 omega theme with in my project (which I upgraded from angular 5 to 10) by storing the theme folder inside my assets(my primeng version will remain 10)?
Omega theme has been deprecated since primeng 6 at that version primeng interduce new theme set called nova and luna.
primeng version 10 the team interduce a new design sets bootstrap , material design , material design compact , fluent and primeone ,this update was a complete theme changes like a new guide and internal class changes so any custom theme you just did will not work until you make some changes(most of the time just class change ).
all primeng free themes are css files so changing the theme will required overwrite the main component classes.
in one of our project we almost change most main classes, otherwise you will have to buy a premium primeng theme or get a primeng designer license this will provide some benefit to the primeng teem and you will get a theme base of scss files the will give you a lot of variable so you can tweak the design as you wish.
I am having a richtext xtype as multifield to enter as many richtext items as author wanted for one of the component.
But, I am having below error in the browser developer tool console.
The error is coming when text entered is removed from a rich text field and click dialog "OK" button.
Could someone please help me?
Thank you!
multifield widget won't work with any panel based widgets (including richtext), you should either :
use the parsys / paragraph pattern in which you enter simple component with rich text, offering you the reorder / add / remove capabilities
create your own widget to do what you want (but ext js dev for aem is kind of deprecated)
I'm working on a customizable application based on Onsen UI. I'd like to know if Onsen UI exposes a method (or if there is some way to hack around it) to set a theme dynamically, in the same way components.onsenui.io does for previewing a generated theme.
What I'd like to accomplish is that the user can select the theme colors for his own application. So i would need some way to set the ui colors using Javascript instead of downloading a static/generated theme.
Thanks
No, Onsen UI doesn't provide APIs to change theme dynamically.
Changing or editing the stylesheet programmatically is the way to do this.
I am new to drupal and im on practicing the product. How would someone add a button on a page using the WYSIWYG without having to have any HTML or CSS knowledge. I am confused.
You can try this markup in your WYSIWYG in Plain text mode.
TEXT
Then swich to Full HTML and save page.
Then you can add some styles.
Hi
Suppose I have menu A, menu B...Menu F in desktop version, I want to display only menu A and menu B in mobile version. The quickly way is using CSS with display:none, but is there any Drupal's API that I can use for this situation?
On the other hand, I want to redirect to http://xxx/product instead of http://xxx/index.php for home page in mobile version, any idea?
Thanks
You could use the mobile tools module to detect the device and switch themes accordingly. Each theme could then have a different menu configured to display.