|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
Object
|
+--PBEAction
|
+--PBEGotoAction
PBEGotoAction redirects the browser to a different page.PBEGotoAction can be used in object and attribute events.
goto
goto( target_page )
target_page - The page to be redirected to.
PBE:attributeEvent( "customer", "after:find:goto(custlist.lml)");This event causes the browser to be redirected to the page "custlist.lml" after activation of the "find" method on object "customer".This example can be found in the file "initdemo.pbt" of the "PBE Demo" module (approx. line 248).
| Fields inherited from class PBEAction |
iParameters,
iType,
name,
procName |
| Constructor Summary | |
PBEGotoAction()
|
|
| Method Summary | |
varchar |
parameters()
|
| Methods inherited from class PBEAction |
actionArguments,
actionCall,
actionParameters,
attributeReference,
callString,
checkEvent,
getObject,
methodReference,
nestedInput,
objectReference,
parameter,
perform,
performParameterCount,
printPerform,
tracePerform |
| Constructor Detail |
public PBEGotoAction()
| Method Detail |
public varchar parameters()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||