class KHTMLSettings |
|
Settings for the HTML view. |
|
Internal Constructor |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Called by constructor and reparseConfiguration |
|
Read settings from config.
config - is a pointer to KConfig object. reset - if true, settings are always set; if false, settings are only set if the config file has a corresponding key. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
reads from config's current group, forcing initialization
if reset is true.
config - is a pointer to KConfig object. reset - true if initialization is to be forced. global - true if the global domain is to be read. pd_settings - will be initialised with the computed (inherited) settings. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This enum specifies whether Java/JavaScript execution is allowed.
KAnimationDisabled | - 0 | - | ||
KAnimationLoopOnce | - | - | ||
KAnimationEnabled | - | - |
This enum specifies the policy for window.focus
KJSWindowFocusAllow | - 0 | - | ||
KJSWindowFocusIgnore | - | - |
This enum specifies the policy for window.moveBy and .moveTo
KJSWindowMoveAllow | - 0 | - | ||
KJSWindowMoveIgnore | - | - |
This enum specifies the policy for window.open
KJSWindowOpenAllow | - 0 | - | ||
KJSWindowOpenAsk | - | - | ||
KJSWindowOpenDeny | - | - | ||
KJSWindowOpenSmart | - | - |
This enum specifies the policy for window.resizeBy and .resizeTo
KJSWindowResizeAllow | - 0 | - | ||
KJSWindowResizeIgnore | - | - |
This enum specifies the policy for window.status and .defaultStatus
KJSWindowStatusAllow | - 0 | - | ||
KJSWindowStatusIgnore | - | - |
This enum specifies whether Java/JavaScript execution is allowed.
KJavaScriptDunno | - 0 | - | ||
KJavaScriptAccept | - | - | ||
KJavaScriptReject | - | - |
This enum specifies whether Java/JavaScript execution is allowed.
KSmoothScrollingDisabled | - 0 | - | ||
KSmoothScrollingWhenEfficient | - | - | ||
KSmoothScrollingEnabled | - | - |