home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / WebObjects / WebObjectsDoc_HTML / Reuse / ReusableComponentsEx / AttributeEditor.wo / Description.plist < prev   
Encoding:
Text File  |  1996-03-09  |  1.5 KB  |  52 lines

  1. {
  2. componentName = "AttributeEditor";
  3.  
  4. authors = (
  5.     {
  6.     author = "Charles Lloyd";
  7.     email = "clloyd@next.com";
  8.     image = "http://www.next.com/~clloyd/clloyd.gif";
  9.     }
  10. );
  11.  
  12. description =
  13. "The AttributeEditor component lets the user edit the values associated with a set of keys.  To use this component, simply pass a pair of arrays, one containing the keys (<B>keyArray</B>) and the other containing the values (<B>valueArray</B>) associated with these keys.  Changes made to the value strings will be reflected in the returned array of values. The array of keys will never change, so it can be immutable.";
  14.  
  15.  
  16. parameters = (
  17.  
  18. "keyArray",
  19. "An array of strings that are the keys for the associated valueArray. These strings can be immutable (NSStrings).",
  20.  
  21. "valueArray",
  22. "An array of strings that are the values for the associated keyArray. These strings must be mutable (NSMutableStrings). Upon return, this array is updated with any changes that the user made to the displayed values.",
  23.  
  24. "isEditable",
  25. "Sets whether the attribute values can be edited. The default is NO.",
  26.  
  27. "fieldSize",
  28. "Sets the size of the text fields that display the strings. The default is 15 characters.",
  29.  
  30. "borderSize",
  31. "Sets the width of the table border.  Default is 1.",
  32.  
  33. "cellPadding",
  34. "Sets the margin around of each cell in the table. Default is 2.",
  35.  
  36. "cellSpacing",
  37. "Sets the spacing between the cells in the table. Default is 0."
  38.  
  39. );
  40.  
  41. currentVersion = "1.0";
  42.  
  43. releaseDate = "March 4, 1996";
  44.  
  45. supportPolicy = "ExampleCode: Unsupported";
  46.  
  47. distributionPolicy = "You may freely distribute this code";
  48.  
  49.  
  50.  
  51. }
  52.