Skip to content

Commit

Permalink
Remove H3 tags
Browse files Browse the repository at this point in the history
  • Loading branch information
burkeholland committed Jul 24, 2012
1 parent 6e46f7a commit a8f23c5
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ publish: true

# Server-Side API

### IncrementStep
**IncrementStep**:

#### Old

Expand All @@ -16,7 +16,7 @@ publish: true

Html.Kendo().NumericTextBox().Step(1)

### Min/Max Value
Min/Max value:

#### Old

Expand All @@ -28,7 +28,7 @@ publish: true
Html.Kendo().NumericTextBox().Min(1)
Html.Kendo().NumericTextBox().Max(1)

### Empty Message
Empty message:

#### Old

Expand All @@ -38,11 +38,11 @@ publish: true

Html.Kendo().NumericTextBox().Placeholder(“Enter”)

### ButtonTitleUp and ButtonTitleDown
ButtonTitleUp and ButtonTitleDown:

Not implemented.

### DecimalDigits
DecimalDigits:

#### Old

Expand All @@ -52,19 +52,19 @@ Not implemented.

Html.Kendo().NumericTextBox().Decimals(3)

### NumberGroupSize, NumberGroupSeparator, NegativePatternIndex, DecimalSeparator, CurrencySymbol
**NumberGroupSize**, **NumberGroupSeparator**, **NegativePatternIndex**, **DecimalSeparator**, **CurrencySymbol**:

Not implemented in Kendo. Can use **Format()** and **Culture()** methods to achieve the same result.

# Client-Side API

## Events

### All Events No Longer Have the “On” Prefix
All Events No Longer Have the “On” Prefix.

### All Widgets No Longer Have The OnLoad Event. Please Use **$(document).ready()** Instead.
All Widgets No Longer Have The OnLoad Event. Please Use **$(document).ready()** Instead.

### Disable and enable
Disable and enable:

#### Old

Expand Down

0 comments on commit a8f23c5

Please sign in to comment.