Fixing stuff
This commit is contained in:
parent
38c78e3c62
commit
684f08649d
27 changed files with 672 additions and 414 deletions
|
|
@ -76,7 +76,8 @@ sub definition {
|
|||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
=head2 getInputElement
|
||||
|
||||
=head2 getInputElement ( )
|
||||
|
||||
Returns the form element used for manual input.
|
||||
|
||||
|
|
@ -94,7 +95,8 @@ sub getInputElement {
|
|||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
=head2 getOnChangeInputElement
|
||||
|
||||
=head2 getOnChangeInputElement ( )
|
||||
|
||||
Returns the javascript code to update the slider and other form elements on a
|
||||
change of the imput element.
|
||||
|
|
@ -109,7 +111,8 @@ sub getOnChangeInputElement {
|
|||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
=head2 getOnChangeSlider
|
||||
|
||||
=head2 getOnChangeSlider ( )
|
||||
|
||||
Returns the javascript code to update the form on a change of slider position.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue