HTML-GUI
view release on metacpan or search on metacpan
lib/HTML/GUI/screen.pm view on Meta::CPAN
loadNextScreen => 1,
});
}
=pod
=head3 openDialog
Description :
- define the next dialog to show to the end user. The difference between a dialog and a screen is that a dialog can be closed (like a popup window).
Parameters :
- $path : the path of the next screen
- $params : hash ref containing the optional params to call the next screen (for example imagine the next screen is customer_info and the param is {customer_id => 254412}
- $values : you can specify all the values you want to feed your screen (in the way you get the values from getValueHash() )
=cut
sub openDialog(){
my($self,$path,$params,$values) = @_;
( run in 0.788 second using v1.01-cache-2.11-cpan-364913b4093 )