Show
Ignore:
Timestamp:
09/03/2007 11:20:43 AM (15 months ago)
Author:
tof
Message:

corrected typo in class doc

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/3.2-dev/framework/Web/UI/WebControls/TSlider.php

    r2191 r2195  
    1919 * property. By default, it's horizontal. 
    2020 * 
    21  * The range boundaries is defined by {@link SetMinValue MinValue} and {@link SetMaxValue MaxValue} properties.  
     21 * The range boundaries are defined by {@link SetMinValue MinValue} and {@link SetMaxValue MaxValue} properties.  
    2222 * The default range is from 0 to 100.  
    2323 * The {@link SetStepSize StepSize} property can be used to define the <b>step</b> between 2 values inside the range.