TN

Can you tell me if its possible to customize what is shown in the tooltip when you hover the mouse over an object (tooltip - ie. the yellow box that appears)

In Business Architect i get a lof of attribute values:

Name, Description, Group path etc....

When i publish the model i only get the name in the yellow box.

I can not find any options for adjusting the content in the tooltip

Hope someone can help me with this

Tom

by Marc Dorchain
Posted on Tue, 08/11/2009 - 21:47

It would be a good idea to bring this kind of customization to all kind of our products, but currently I have some doubts that all kind of tooltips can be personalized like described. But you can be sure that your question will be picked up.

0
by Tom Einar Nyberg Author
Posted on Thu, 08/13/2009 - 10:17

In reply to by sstein

Hi

I can understand that altering this in all the products would require alot of changes - but at least Business publiser should have this kind of functionality so that the user can quickly see, fex the description of a task.

Tom

0
by M. Duitshof
Posted on Thu, 09/06/2012 - 11:24

Is there any progress on this request after 3 years?

This customisation would be very valuable for our ARIS-environment as well.

regards,

Matthijs

 

0
by Soundarya S
Posted on Fri, 10/11/2013 - 12:43

hi ppl,

Can you please let me know how to make customized tool tip to be appearing in aris publisher....??

Regards

Soundarya

 

 

 

0
by Martin Axt
Posted on Wed, 08/16/2017 - 09:07

Is there any progress on this request after another 4 years?

This customization would be very valuable for our ARIS-environment as well.

 

THX martin

0
by Robert Vajdik
Posted on Thu, 08/17/2017 - 17:15

Hello everybody,

I am not sure, if I get it correctly.You can add values or any text into mouse over object by customization of modelControl.jsp See added values into tooltip in picture below. 

ARIS BP98.4

c:\SoftwareAG\ARIS9.8\server\bin\work\work_businesspublisher_s

\base\webapps\businesspublisher\layouts\default\model\modelControl.jsp 

line 638
//show object name as 'Quick info', if moving mouse over the object

                if(selObj[STR_TYPE] == 1) {

                    var occDat = model.occs[selObj[STR_REF_IDX]];

                    var defData = model.defs[occDat[OCC_REF_DEFID]];

                    p_frame.setQuickInfo( defData[DEF_NAME] +" ["+ defData[DEF_TYPE] +"] -"+ defData[DEF_TYPE_NAME]+ " GUID: " + defData[DEF_GUID] );

                }

/system/files/files/modelControl.zip

Best Regards,

Robert

 

0
by Milan Slivka
Posted on Wed, 01/17/2018 - 04:20

In reply to by vaj049

Thanks Robert.

How do you define variable for Description?

var DEF_DESC = ???; How to get for example custom attributes? 

../model.jsp

var DEF_IDX = 0;

var DEF_TYPE = 1;

var DEF_TYPE_NAME = 2;

var DEF_ID = 3;

var DEF_GUID = 4;

var DEF_NAME = 5;

var DEF_DESC = ???;

var DEF_ASS_MODELS = 6;

var DEF_DOCS = 7;

var DEF_SAP = 8;

var DEF_SAP_DOC = 0;

var DEF_SAP_OPT = 1;

var DEF_SAP_TRANS = 2;

var defsArr = [

<%= builder.getDefBuf().toString() %>

];

../modelControl.jsp

//show object name as 'Quick info', if moving mouse over the object 

                if(selObj[STR_TYPE] == 1) {

                    var occDat = model.occs[selObj[STR_REF_IDX]];

                    var defData = model.defs[occDat[OCC_REF_DEFID]];

                    p_frame.setQuickInfo(defData[DEF_NAME]);

                  p_frame.setQuickInfo(defData[DEF_DESC]);

                }

            } else {

                p_frame.hideHover();

            }

        },

0
by Martin Axt
Posted on Fri, 08/18/2017 - 14:57

Great Robert

Thank you,

Martin

0

Featured achievement

Rookie
Say hello to the ARIS Community! Personalize your community experience by following forums or tags, liking a post or uploading a profile picture.
Recent Unlocks

Leaderboard

|
icon-arrow-down icon-arrow-cerulean-left icon-arrow-cerulean-right icon-arrow-down icon-arrow-left icon-arrow-right icon-arrow icon-back icon-close icon-comments icon-correct-answer icon-tick icon-download icon-facebook icon-flag icon-google-plus icon-hamburger icon-in icon-info icon-instagram icon-login-true icon-login icon-mail-notification icon-mail icon-mortarboard icon-newsletter icon-notification icon-pinterest icon-plus icon-rss icon-search icon-share icon-shield icon-snapchat icon-star icon-tutorials icon-twitter icon-universities icon-videos icon-views icon-whatsapp icon-xing icon-youtube icon-jobs icon-heart icon-heart2 aris-express bpm-glossary help-intro help-design Process_Mining_Icon help-publishing help-administration help-dashboarding help-archive help-risk icon-knowledge icon-question icon-events icon-message icon-more icon-pencil forum-icon icon-lock