DB2 PHP Generator online Help
Prev | Return to chapter overview | Next |
SetInsertFromTitle
Allows to specify a title of the webpage Insert form. The code in the example below should be placed into the OnPreparePage event handler.
Signature:
function SetInsertFormTitle($value)
Example 1:
To provide the page Insert form with the "Insert your favorite actor" title, place the following code in the event body:
$this->SetInsertFormTitle("Insert your favorite actor");
Prev | Return to chapter overview | Next |