Changeset 2505
- Timestamp:
- 10/01/08 11:13:36 (5 years ago)
- File:
-
- 1 edited
-
CKEditor/branches/prototype/_source/core/config.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/branches/prototype/_source/core/config.js
r2503 r2505 196 196 */ 197 197 basePopupZIndex : 10000, 198 199 /** 200 * The color of the dialog background cover. It should be a valid CSS color string. 201 * @type String 202 * @default white 203 * @example 204 * config.backgroundCoverColor = 'rgb(255, 254, 253)'; 205 */ 198 206 backgroundCoverColor : 'white', 207 208 /** 209 * The opacity of the dialog background cover. It should be a number within the range [0.0, 1.0]. 210 * @type Number 211 * @default 0.5 212 * @example 213 * config.backgroundCoverOpacity = 0.7; 214 */ 199 215 backgroundCoverOpacity : 0.5 200 216 };
Note: See TracChangeset
for help on using the changeset viewer.
