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

  1.  
  2. {
  3. componentName = "CalendarRadio";
  4.  
  5. authors = (
  6.     {
  7.     author = "Charles Lloyd";
  8.     email = "clloyd@next.com";
  9.     image = "http://www.next.com/~clloyd/clloyd.gif";
  10.     }
  11. );
  12.  
  13. description =
  14. "The CalendarRadio component provides an off-the-shelf calendar you can drop into your applications.  This calendar is implemented as a matrix of radio buttons so that the user can choose only a single day of the month.
  15. <P>
  16. This calendar is highly configurable in terms of its display options.  You can even turn off the radio buttons if you decide you want a display-only calendar.";
  17.  
  18.  
  19. parameters = (
  20.  
  21. "dayChoice",
  22. "On output, sets the selected radio button for the given day.  On input, indicates the user's choice of day. The default is the current day, as determined by the system clock.",
  23.  
  24. "currentMonth",
  25. "On output, sets the month displayed.  On input, indicates the user's choice of month. The default is the current month, as determined by the system clock.",
  26.  
  27. "currentYear",
  28. "On output, sets the year displayed.  On input, indicates the user's choice of year. The default is the current year, as determined by the system clock.",
  29.  
  30. "dayFontSize",
  31. "The size of the font used to display the numbers for each day.  Default is 3.",
  32.  
  33. "monthFontSize",
  34. "The size of the font used to display the month's name (at the top). Default is 5.",
  35.  
  36. "yearFontSize",
  37. "The size of the font used to display the year's name (at the top). Default is 4.",
  38.  
  39. "showButtons",
  40. "A boolean (YES|NO) which turns on/off the display of the radio buttons.",
  41.  
  42. "cellAlignment",
  43. "Determines the alignment of the text and radio button in the cells of the calendar.  Possible values are \"left\", \"center\", \"right\".",
  44.  
  45. "borderSize",
  46. "The width of the border of the matrix.  Default is 1.",
  47.  
  48. "cellPadding",
  49. "The margin around each cell in the matrix. Default is 0.",
  50.  
  51. "cellSpacing",
  52. "The space between the cells in the matrix. Default is 0."
  53.  
  54. );
  55.  
  56. currentVersion = "1.0";
  57.  
  58. releaseDate = "March 4, 1996";
  59.  
  60. supportPolicy = "ExampleCode: Unsupported";
  61.  
  62. distributionPolicy = "You may freely distribute this code";
  63.  
  64.  
  65.  
  66. }
  67.