Quantcast
Channel: SCN: Message List - SAP Manufacturing Integration and Intelligence (SAP MII)
Viewing all articles
Browse latest Browse all 4841

Re: Localization for webpages build using SAP UI5 in SAP MII.

$
0
0

Hi Sashi,

I second Sam on this. {} placeholder works in htm code not inside script tag.

This is similar to passing a parameter in servlets using param function. Something as:

 

<Param name="Param.1" value={propertyName}>

 

Alternately, if you use applets or servlets, we do have some methods to get the property values directly in scripts as well. Simple examples as mentioned below:

 

<Applet name="App1" class=ClassName viewastext mayscript>

 

</Applet>

 

You can here use, App1.setProperty("abc") and App1.getProperty("abc") for play with properties.

 

Hope this helps.

 

Thanks,

Swaroop


Viewing all articles
Browse latest Browse all 4841

Trending Articles