Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




How to get the toolbar with the full screen button in RADEditor

web-app

Dear Gemini users,

We are using Gemini 2.2.1.

We read in the RADEditor help file that we could get a toolbar with a fullscreen button, when we create an issue.

we don't have this toolbar and we can't add it.

On the other way, F11 shortcut works to get the full screen.

How to add this toolbar?

thanks in advance for your help.

rbr
· 1
rbr
Replies (2)
helpful
0
not helpful

Put the following XML in the RadControls\Editor\BasicToolsFile.xml:

 <tools name="EnhancedEditToolbar" dockingZone="Bottom" dockable="true">
  <tool name="ToggleScreenMode" shortcut="F11"/>
  <tool name="ToggleTableBorder" />
  <tool name="Zoom" />
  <tool name="ModuleManager" />
  <tool name="ToggleDocking" />
  <tool name="RepeatLastCommand" shortcut="F4"/>  
 </tools>

This should enable the additional toolbar buttons you need.


Harvey Kandola
· 212
Harvey Kandola
helpful
0
not helpful

It works.

Thank you very much.


rbr
· 1
rbr