From 961bb42b66fa9bff44996c41e6f3a1855b88e37a Mon Sep 17 00:00:00 2001 From: cagataycivici Date: Wed, 22 May 2019 17:29:49 +0300 Subject: [PATCH] Doc work on InputSwitch --- src/views/inputswitch/InputSwitchDoc.vue | 94 ++++++++++++------------ 1 file changed, 47 insertions(+), 47 deletions(-) diff --git a/src/views/inputswitch/InputSwitchDoc.vue b/src/views/inputswitch/InputSwitchDoc.vue index 7c879b655..3c324a349 100644 --- a/src/views/inputswitch/InputSwitchDoc.vue +++ b/src/views/inputswitch/InputSwitchDoc.vue @@ -39,38 +39,38 @@ export default {
- - - - - - + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDefaultDescription
NameTypeDefaultDescription
valuebooleannullSpecifies whether a inputswitch should be checked or not.
inputIdstringnullIdentifier of the input element.
namestringnullName of the input element.
disabledbooleanfalseWhen present, it specifies that the component should be disabled.
valuebooleannullSpecifies whether a inputswitch should be checked or not.
inputIdstringnullIdentifier of the input element.
namestringnullName of the input element.
disabledbooleanfalseWhen present, it specifies that the component should be disabled.
@@ -99,7 +99,7 @@ export default { input event: Checked state as a boolean. - Callback to invoke on click. + Callback to invoke on value change. focus @@ -120,24 +120,24 @@ export default {
- - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + +
NameElement
NameElement
p-inputswitchContainer element.
p-inputswitch-checkedContainer element in active state.
p-inputswitch-sliderSlider element behind the handle.
p-inputswitchContainer element.
p-inputswitch-checkedContainer element in active state.
p-inputswitch-sliderSlider element behind the handle.