Anyone can help me how to add a color picker for a input field in front end. in Javascript folder the color picker script was there how we use that. otherwise help me to add a new color picker Javascript in magento.
Thank you
There are plenty, jPicker being one of them. There are more options in this blog post. All of them should be compatible with magento.
Related
I want to add a color picker to umbraco for setting, so when the User create a new form he/she is able to add a background color, text color from the form setting. I have checked for solutions but there is no proper solution for this. i could only find of adding css class in it. Could someone please advice me on this.
You will need to create your own custom Umbraco Forms control to do that. There's documentation at https://our.umbraco.com/documentation/Add-ons/UmbracoForms/Developer/Extending/Adding-a-Fieldtype that guides you through that task.
I;m currently working on a plugin in moodle that allows for the importing of certain video's into moodle's page plugin. Is there a way for me to put my own button in the page editor? Thanks in advance.
Have a look at filters
https://docs.moodle.org/dev/Filters
The filter will replace text with the original video
There are a few existing filters here
https://moodle.org/plugins/browse.php?list=category&id=7
I am trying to customize the placeholder button. I wish to change its size as well as customize the image.
Could someone leave code examples of this CKEditor plugin being used? Thank you so much.
I am using Magento 1.7 CE. I am trying to edit the look of the Custom Menu extension. For the top menu I am trying to have every main category to have a different background color. Does anoyone know how I can achieve this?
Please refer the user guide on background images on http://store.belvg.com/background-pages.html#product_overview . Thanks ,Zakir
I am trying to customize the TINYMCE editor in my CMS (Umbraco).
CMS should't matter.
I need to know how to add a link property to my TinyMCE link property list.
I am trying to add the Google Tracking script to a link when a person enters a title to my textbox I have set up in the TinyMCE editor. I have the textbox showing up. But I need to set the property so it shows up when I update the link property.
I know I can add the Google Tracking script manually, but this option is not user friendly for people who do no know HTML. Trying to make this user friendly, I need to add the property when the link gets added to the content.
Any help would be greatly appreciated.
Thanks.
You may change properties (example here changes the setting paste_remove_styles)
editor.settings.paste_remove_styles = true,
Be aware that changing these settings won't work if that setting get red only when initializing tinymce (i.e. cleanup, content_css, editor_css,...)!
If this does not help you further please provide some more code, so that we can examine your problem deeper.