cvs commit: p5ee/App-Widget/lib/App/Widget TextField.pm

[email protected] (Stephen Adkins)
Newsgroups perl.cvs.p5ee
Message-ID <[email protected]>
cvsuser     05/10/20 13:36:02

  Modified:    App-Widget/lib/App/Widget TextField.pm
  Log:
  cleaned up some comments
  
  Revision  Changes    Path
  1.4       +8 -8      p5ee/App-Widget/lib/App/Widget/TextField.pm
  
  Index: TextField.pm
  ===================================================================
  RCS file: /cvs/public/p5ee/App-Widget/lib/App/Widget/TextField.pm,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- TextField.pm	19 May 2003 17:41:18 -0000	1.3
  +++ TextField.pm	20 Oct 2005 20:36:02 -0000	1.4
  @@ -31,13 +31,13 @@
         tabindex => 1,              # from HTML spec
         style => "mystyle",         # from HTML to support CSS
         color => "#6666CC",         # from CSS spec
  -      fontSize => "10px",        # from CSS spec
  -      borderStyle => "solid",    # from CSS spec
  -      borderWidth => "1px",      # from CSS spec
  -      borderColor => "#6666CC",  # from CSS spec
  +      font_size => "10px",        # from CSS spec
  +      border_style => "solid",    # from CSS spec
  +      border_width => "1px",      # from CSS spec
  +      border_color => "#6666CC",  # from CSS spec
         padding => "2px",           # from CSS spec
  -      backgroundColor => "#ccffcc",           # from CSS spec
  -      fontFamily => "Verdana, Geneva, Arial", # from CSS spec
  +      background_color => "#ccffcc",           # from CSS spec
  +      font_family => "Verdana, Geneva, Arial", # from CSS spec
         override => 1,              # increase precedence of following options to "override" from "default"
         #validate => "date",         # not impl. yet ("date", "time", "datetime", "enum", "number", "integer", ":regexp")
         #autocomplete => \@previous_choices,  # not impl. yet
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.