hover help for Operation/FormHelpers

This commit is contained in:
Colin Kuskie 2005-07-13 23:50:37 +00:00
parent 85f8ef7f43
commit 0e8c42cac2
2 changed files with 12 additions and 0 deletions

View file

@ -51,11 +51,13 @@ sub www_richEditPageTree {
$f->text(
-name=>"url",
-label=>WebGUI::International::get(104),
-hoverHelp=>WebGUI::International::get('104 description'),
-extras=>'id="url"'
);
$f->selectList(
-name=>"target",
-label=>WebGUI::International::get('target'),
-hoverHelp=>WebGUI::International::get('target description'),
-options=>{"_self"=>WebGUI::International::get('link in same window'),
"_blank"=>WebGUI::International::get('link in new window')},
-extras=>'id="target"'

View file

@ -2156,12 +2156,22 @@ This group could then be named "Employees in HMO 1", and would allow you to rest
context => q|asset property|
},
'104 description' => {
message => q|Enter a URL for your link|,
lastUpdated => 1121298520,
},
'target' => {
message => q|Target|,
lastUpdated => 1118936724,
context => q|form helper, rich edit page tree|
},
'target description' => {
message => q|Choose whether the link, when clicked, will open in the same window or open in another one|,
lastUpdated => 1121298550,
},
'done' => {
message => q|Done|,
lastUpdated => 1118936724,