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

  1. {
  2. componentName = "CheckBoxMatrix";
  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 CheckBoxMatrix provides a simplified interface to the WOCheckBox dynamic element.  In order to distinguish the WOCheckBoxes used in this component from those in any other component, you must pass a name (<B>matrixName</B>). In addition, you must pass an array of strings (<B>valueStringsList</B>) that will serve as the labels of the check boxes.  Finally, you must indicate which items (<B>selectedItems</B>) are selected.";
  14.  
  15.  
  16. parameters = (
  17.  
  18. "matrixName",
  19. "Used to distinguish the WOCheckBoxes used in this CheckBoxMatrix from those in any other CheckBoxMatrix.",
  20.  
  21. "valueStringsList",
  22. "An array of strings that will become the labels as well as the return value.",
  23.  
  24. "selectedItems",
  25. "Indicates which buttons are initially selected. Upon return, indicates the user's choice (or <b>nil</b> if nothing is chosen).",
  26.  
  27. "isVertical",
  28. "The orientation of the matrix.  Default is YES.",
  29.  
  30. "borderSize",
  31. "The width of the border of the matrix.  Default is 1.",
  32.  
  33. "cellPadding",
  34. "The margin around each cell in the matrix. Default is 2.",
  35.  
  36. "cellSpacing",
  37. "The space between the cells in the matrix. 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.