Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
akioma.openRecord = function(self) {

??

?? var oGrid = self.controller;

??

?? app.controller.launchContainer( {

?????????? containerName: 'offerw',

?????????? repositionTo:???? oGrid.dataSource.dynObject.getValue('selfhdl'),

?????????? caller:???????????????? oGrid,

?????????? data:???????????????????? true

?? });

??

}

 

 

The HyperLink is displayed as a link on the Grid columns. Clicking on this link will open a new screen related to the selected record. 

...