API  0.9.7
 All Classes Files Functions Variables Macros Groups Pages
CPWebView.j File Reference

Go to the source code of this file.

Variables

 CPWebViewAppKitScrollMaxPollCount = 3
 
 CPWebViewAppKitScrollPollInterval = 1.0
 
 CPWebViewProgressFinishedNotification = "CPWebViewProgressFinishedNotification"
 
 CPWebViewProgressStartedNotification = "CPWebViewProgressStartedNotification"
 
 CPWebViewScrollAppKit = 1
 
 CPWebViewScrollAuto = 0
 
 CPWebViewScrollNative = 2
 
 CPWebViewScrollNone = 3
 

Variable Documentation

CPWebViewAppKitScrollMaxPollCount = 3

How many times the size of the size of the document will be checked at page load time when AppKit scrollbars are used.

AppKit scrollbars must check the size of the document to display the correct size of scrollbars. To improve performance the checks are only performed a limited number of times per reload.

Definition at line 73 of file CPWebView.j.

CPWebViewAppKitScrollPollInterval = 1.0

How frequently the size of the document will be checked at page load time when AppKit scrollbars are used.

Definition at line 63 of file CPWebView.j.

CPWebViewProgressFinishedNotification = "CPWebViewProgressFinishedNotification"

Definition at line 35 of file CPWebView.j.

CPWebViewProgressStartedNotification = "CPWebViewProgressStartedNotification"

Definition at line 34 of file CPWebView.j.

CPWebViewScrollAppKit = 1

Always use AppKit scrollbars. If a URL is loaded whcih does not appear to pass the same origin policy, native scrollbars will be used but a warnning will be logged.

Definition at line 49 of file CPWebView.j.

CPWebViewScrollAuto = 0

Automatically choose between AppKit (Cappuccino style) scrollbars and native scrollbars. In this mode AppKit scrollbars are always used except when the web view is loaded with a URL which does not appear to pass the same origin policy.

Definition at line 43 of file CPWebView.j.

CPWebViewScrollNative = 2

Always use native (platform dependent) scrollbars.

Definition at line 53 of file CPWebView.j.

CPWebViewScrollNone = 3

Never display scrollbars.

Definition at line 57 of file CPWebView.j.