Add drop down menu to portal

1
0
-1

Dear All
How can I add a new drop-down menu below language and about in setting tab in Bonita portal Community version? is it possible add a tab in navbar? I mean add it next to the "Processes" tab.
Any suggestion is acceptable.

Best Regard.
REZA

1 answer

1
0
-1

You could

1) get the source and recompile the Engine so you can change the layout
2) you could use a small piece of JavaScript to inject the new DDL into the page

I know people who have done 1) and we've done 2) in the past for something completely different...

Comments

Submitted by reza.mirzaie68 on Sun, 02/19/2017 - 06:02

I can get the source from Github and compile the engine but I don't know how to add a menu to the portal, I mean that which file I should modify in Source code.On the other hand, for option 2 I don't know how to inject a small piece of JavaScript. Could you please teach me how to do that step by step?

Thanks in Advance

Submitted by reza.mirzaie68 on Tue, 02/21/2017 - 05:53

There are some java files in "bonita-web/main/portal/" project that I think it relates to GWT part of bonita portal. Because lack of documentation, I can't find out the code structure. If you know tell me.

Notifications