Maximo

Maximo

Come for answers, stay for best practices. All we're missing is you.

 View Only
  • 1.  Iframe picture

    Posted Tue January 11, 2022 05:28 AM
    Hello,

    We are using Maximo version 7.6.0.1. 

    Is there possible to display picture from iframe code. For example at Asset application I want set dynamic link which will be show picture depend on ASSETNUM.

    I dont want option "Launch in Context" I want to display picture inside Maximo.

    Please help.

    ------------------------------
    Blaz Rakar
    ------------------------------

    #Maximo
    #AssetandFacilitiesManagement


  • 2.  RE: Iframe picture

    Posted Wed January 12, 2022 09:59 AM
    You can use a Rich Text Viewer control on a non-persistent attribute and use a script on attribute init to set that attribute to the <img src="yourUrlHere"> that you need.

    ------------------------------
    Blessings,
    Jason Uppenborn
    Sr. Technical Maximo Consultant
    Cohesive Ontracks
    ------------------------------



  • 3.  RE: Iframe picture

    Posted Thu January 13, 2022 01:39 PM
    Have any example?

    ------------------------------
    Blaz Rakar
    ------------------------------



  • 4.  RE: Iframe picture

    Posted Fri January 21, 2022 04:04 PM
    Thank You

    ------------------------------
    Erwin Lagu
    Musician
    www.laguindonesia.my.id
    Sidoarjo
    ------------------------------



  • 5.  RE: Iframe picture

    Posted Fri January 14, 2022 03:08 PM
    We do it like that (presentation XML excerpt):

    <section description="<iframe id="frame_jsp1" name="frame" width="600%" height="1250" src="../../../../vis_timeline/indexStandalone.jsp"></iframe>" id="1467361700871_jsp"/>

    As you can see, we use a relative path so the browser won't complain.

    ------------------------------
    Fabian Selzer
    ------------------------------