Disable Main config tab in the Service Task
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-11-2013 07:16 AM
Hi,
I want to disable the Main config tab in the Service task. Please suggest how can i do that.
At Present Service Task is like below:
General
Main config
Listeners
Multi insatnce
My Requirement:
General
Listeners
Multi insatnce
Please help me on this.
I want to disable the Main config tab in the Service task. Please suggest how can i do that.
At Present Service Task is like below:
General
Main config
Listeners
Multi insatnce
My Requirement:
General
Listeners
Multi insatnce
Please help me on this.
Labels:
- Labels:
-
Archive
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-13-2013 05:33 AM
The only way to do that is to clone the Designer source and code it yourself…
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-16-2013 01:54 AM
Yeah Im doing the samething. I could able to reach the part code of the properties of the tab menu but not actually the tab menu's.
can you please help on this, Where can i find the code for the Tab Menu? Im not actually getting from where it is getting rendered.
can you please help on this, Where can i find the code for the Tab Menu? Im not actually getting from where it is getting rendered.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-20-2013 08:10 AM
The tabs are configured in the source-code for the Acitviti-designer, in the plugin.xml, as en extension on the property-view of eclipse. Remove the entry for the tab you want to have removed there and build/package your custom version of the plugin…
