I'm trying to customize the about dialog in my eclipse RCP application. I already managed to add my logo and to replace the title and the text body as described under Branding Your Application.
I would also like to add some buttons to it: send a feedback or open the wiki page etc.
Is there a way to do it or achieve a similar functionality?
Any help is much appreciated.
The About diaog (org.eclipse.ui.internal.dialogs.AboutDialog) does not support any configuration.
The 'feature image row' you have highlighted is populated from the IBundleGroupProvider array returned by Platform.getBundleGroupProviders(), I don't see any way to add to this.
Related
I want to create Rich Text dialog in AEM 6.5
I have added the RTE plugins and UI settings but still it is not working.
Please see the attached image of the structure of rich text dialog.
Do we need to write some code or class so that rich text dialogs can work.
Please help.
The best way to figure out if you have done anything wrong is to copy the richtext from /libs/core/wcm/components/text/v1/text/cq:dialog/content/items/tabs/items/properties/items/columns/items/column/items/text to your dialog and check if the RTE is appearing or not. If it is, then compare the one you previously created with this one and figure out what is going wrong.
Always the best approach is to check the OOTB fields structure and compare it with your structure to figure out what is going wrong.
Rich Text Editor in Dialog
It is always better to configure dialogs directly with XML instead of doing it in CRXDE.
To start with you can look into the 'Text Component' dialog which has RTE in its dialog.
Look into the <text>...</text> part in the content.xml of the dialog. Hopefully, you will get a better idea.
I need to insert a small image between text as below..
Please click here to see the example
Can I achieve this by using text and image component? If yes, how? Or any other way to achieve this?
You could do this with image but that would require special handing in your script/jsp/htl.
In most of the cases these images are governed via CSS classes and not dragged and drop. You could use the plugins feature of richtext component to create custom styles and apply them to the text. Refer to the Adobe's document here.
It seems you need to add icon in the text configured via RTE. To achieve this you have to build custom plugin by using Coral/Granite UI. This Link will be helpful to develop same sort of functionality.
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
Similar to the same way that the "Share" button can be extended with OpenSocial, can you add buttons to the rich text editor that would call gadgets?
I'm thinking that when you click on a button in the editor a dialog box appears which could be a gadget container - similar to the Share dialog.
Is this possible? Is there any documentation?
Thanks ;)
No it is not possible. Can you provide more details on your use case?
Is what you want similar to what Snapps is doing with SnappLinks?
http://www.snapps.com/snaweb.nsf
If so, seems possible. ;-)
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