telegramhangoutsslackgmailskypefacebook-workplaceoutlookemailmicrosoft-teamsdiscordmessengercustom-servicesmacoslinuxwindowsinboxwhatsappicloudtweetdeckhipchat
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51 lines
1.5 KiB
51 lines
1.5 KiB
9 years ago
|
/**
|
||
|
* @class Ext.form.CheckboxGroup
|
||
|
*/
|
||
|
|
||
|
/**
|
||
|
* @var {number/list}
|
||
|
* The padding of the CheckboxGroup body element
|
||
|
*/
|
||
|
$form-checkboxgroup-body-padding: 0 4px !default;
|
||
|
|
||
|
/**
|
||
|
* @var {color}
|
||
|
* The border color of the CheckboxGroup body element when in an invalid state.
|
||
|
*/
|
||
|
$form-checkboxgroup-body-invalid-border-color: $form-field-invalid-border-color !default;
|
||
|
|
||
|
/**
|
||
|
* @var {string}
|
||
|
* The border style of the CheckboxGroup body element when in an invalid state.
|
||
|
*/
|
||
|
$form-checkboxgroup-body-invalid-border-style: solid !default;
|
||
|
|
||
|
/**
|
||
|
* @var {number}
|
||
|
* The border width of the CheckboxGroup body element when in an invalid state.
|
||
|
*/
|
||
|
$form-checkboxgroup-body-invalid-border-width: 1px !default;
|
||
|
|
||
|
/**
|
||
|
* @var {string}
|
||
|
* The background image of the CheckboxGroup body element when in an invalid state.
|
||
|
*/
|
||
|
$form-checkboxgroup-body-invalid-background-image: $form-field-invalid-background-image !default;
|
||
|
|
||
|
/**
|
||
|
* @var {string}
|
||
|
* The background-repeat of the CheckboxGroup body element when in an invalid state.
|
||
|
*/
|
||
|
$form-checkboxgroup-body-invalid-background-repeat: $form-field-invalid-background-repeat !default;
|
||
|
|
||
|
/**
|
||
|
* @var {string}
|
||
|
* The background-position of the CheckboxGroup body element when in an invalid state.
|
||
|
*/
|
||
|
$form-checkboxgroup-body-invalid-background-position: $form-field-invalid-background-position !default;
|
||
|
|
||
|
/**
|
||
|
* @var {boolean}
|
||
|
* True to include the "default" checkboxgroup UI
|
||
|
*/
|
||
|
$include-checkboxgroup-default-ui: $include-field-default-ui !default;
|