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
|
|
@ -120,7 +120,8 @@ sub getEditForm {
|
|||
-value=>[$self->getValue("startType")],
|
||||
-label=>$i18n->get("Start Point Type"),
|
||||
-hoverHelp=>$i18n->get("Start Point Type description"),
|
||||
-extras=>'id="navStartType" onChange="changeStartPoint()"'
|
||||
-id=>"navStartType",
|
||||
-extras=>'onchange="changeStartPoint()"'
|
||||
);
|
||||
$tabform->getTab("properties")->readOnly(
|
||||
-label=>$i18n->get("Start Point"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue