Skip to content

Commit 826b015

Browse files
author
hadjieva
committedMay 4, 2016
updated Server Api for R2 2016
1 parent 9fad1a7 commit 826b015

File tree

148 files changed

+968
-7
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

148 files changed

+968
-7
lines changed
 

‎api/server/Telerik.Web.UI.ButtonBase/CheckableButton.md

+8
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,10 @@ Gets or sets the value, indicating whether to render links to the embedded skins
9898
#### Remarks
9999
If EnableEmbeddedSkins is set to false you will have to register the needed CSS files by hand.
100100

101+
### EnableRippleEffect `Boolean`
102+
103+
Returns true if ripple effect should be added
104+
101105
### Height `Unit`
102106

103107
Gets or sets the height of the Button control.
@@ -194,6 +198,10 @@ Gets or sets the skin name for the control user interface.
194198
If this property is not set, the control will render using the skin named "Default".
195199
If EnableEmbeddedSkins is set to false, the control will not render skin.
196200

201+
### SupportsRenderingMode `Boolean`
202+
203+
Gets or RenderingMode support
204+
197205
### TabIndex `Int16`
198206

199207
Gets or sets the TabIndex of the Button control.

‎api/server/Telerik.Web.UI.ButtonBase/PostBackButtonBase.md

+8
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@ Gets or sets the value, indicating whether to render links to the embedded skins
9393
#### Remarks
9494
If EnableEmbeddedSkins is set to false you will have to register the needed CSS files by hand.
9595

96+
### EnableRippleEffect `Boolean`
97+
98+
Returns true if ripple effect should be added
99+
96100
### Height `Unit`
97101

98102
Gets or sets the height of the Button control.
@@ -181,6 +185,10 @@ Gets or sets the skin name for the control user interface.
181185
If this property is not set, the control will render using the skin named "Default".
182186
If EnableEmbeddedSkins is set to false, the control will not render skin.
183187

188+
### SupportsRenderingMode `Boolean`
189+
190+
Gets or RenderingMode support
191+
184192
### TabIndex `Int16`
185193

186194
Gets or sets the TabIndex of the Button control.

0 commit comments

Comments
 (0)