added automatic id attribute generation to all form controls
This commit is contained in:
parent
3058d839c0
commit
4c8ff049cc
29 changed files with 116 additions and 25 deletions
|
|
@ -2979,7 +2979,8 @@ sub www_editTree {
|
|||
-subtext=>'<br />'.WebGUI::International::get("change","Asset").' '.WebGUI::Form::yesNo({name=>"change_url"}),
|
||||
-value=>WebGUI::Form::selectList({
|
||||
name=>"baseUrlBy",
|
||||
extras=>'id="baseUrlBy" onchange="toggleSpecificBaseUrl()"',
|
||||
extras=>'onchange="toggleSpecificBaseUrl()"',
|
||||
id=>"baseUrlBy",
|
||||
options=>{
|
||||
parentUrl=>"Parent URL",
|
||||
specifiedBase=>"Specified Base",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue