Hi,
I am fairly new to OpenKM.
Is there a way to define a keyboard shortcut (or a button in the toolbar) to maximize/minimize the preview pane?
It would be perfectly sufficient to have a keyboard shortcut for the "Splitter Resize" -> "Expand Properties" command in the toolbar.
thanks,
sscala
Preview pane
Forum rules
Please, before asking something see the documentation wiki or use the search feature of the forum. And remember we don't have a crystal ball or mental readers, so if you post about an issue tell us which OpenKM are you using and also the browser and operating system version. For more info read How to Report Bugs Effectively.
Please, before asking something see the documentation wiki or use the search feature of the forum. And remember we don't have a crystal ball or mental readers, so if you post about an issue tell us which OpenKM are you using and also the browser and operating system version. For more info read How to Report Bugs Effectively.
-
- Moderator
- Posts: 11407
- Joined: Fri Dec 21, 2007 11:23 am
- Location: Sineu - ( Illes Balears ) - Spain
- Contact:
Re: Preview pane
Should be modified the source code for this improvement. If you have Java skills I can try to explain you what classes are involved on it.
Re: Preview pane
My java-skills are moderate at best, but I'd like to give it a try!
I'd appreciate if you could point me in the right direction!
I'd appreciate if you could point me in the right direction!
-
- Moderator
- Posts: 11407
- Joined: Fri Dec 21, 2007 11:23 am
- Location: Sineu - ( Illes Balears ) - Spain
- Contact:
Re: Preview pane
Fisrt download the openkm personal development environment and let us if you success on getting it working. You can download from here https://www.openkm.com/en/download.html ( I suggest watch the video about how to run it )
Re: Preview pane
ok, I'm done installing the development environment.
-
- Moderator
- Posts: 11407
- Joined: Fri Dec 21, 2007 11:23 am
- Location: Sineu - ( Illes Balears ) - Spain
- Contact:
Re: Preview pane
The code was moved from sourceforge to github. For old code version you should use https://sourceforge.net/p/openkm/code/HEAD/tree/tags/
Re: Preview pane
hi,
I can compile the code just fine.Version 6.3.11 is running in the development VM.
Could you give me a hint where to start when I wand to add a keyboard shortcut for preview?
thanks!
I can compile the code just fine.Version 6.3.11 is running in the development VM.
Could you give me a hint where to start when I wand to add a keyboard shortcut for preview?
thanks!
-
- Moderator
- Posts: 11407
- Joined: Fri Dec 21, 2007 11:23 am
- Location: Sineu - ( Illes Balears ) - Spain
- Contact:
Re: Preview pane
Try to explain the kind of feature seems you want to implement, maybe a screenshot with some description will help us for better understanding.