Diff for /loncom/interface/loncommon.pm between versions 1.1253 and 1.1254

version 1.1253, 2016/09/05 01:46:07 version 1.1254, 2016/10/03 19:40:17
Line 2548  sub multiple_select_form { Line 2548  sub multiple_select_form {
   
 =pod  =pod
   
 =item * &select_form($defdom,$name,$hashref,$onchange)  =item * &select_form($defdom,$name,$hashref,$onchange,$readonly)
   
 Returns a string containing a <select name='$name' size='1'> form to   Returns a string containing a <select name='$name' size='1'> form to 
 allow a user to select options from a ref to a hash containing:  allow a user to select options from a ref to a hash containing:
 option_name => displayed text. An optional $onchange can include  option_name => displayed text. An optional $onchange can include
 a javascript onchange item, e.g., onchange="this.form.submit();"    a javascript onchange item, e.g., onchange="this.form.submit();".
   An optional arg -- $readonly -- if true will cause the select form
   to be disabled, e.g., for the case where an instructor has a section-
   specific role, and is viewing/modifying parameters. 
   
 See lonrights.pm for an example invocation and use.  See lonrights.pm for an example invocation and use.
   

Removed from v.1.1253  
changed lines
  Added in v.1.1254


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>