CB-11627 added missing license header
Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/b0a0e57f Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/b0a0e57f Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/b0a0e57f Branch: refs/heads/master Commit: b0a0e57fe3cd9e2f6ffed51181176dc61f16e2c3 Parents: 5ee4bf7 Author: Steve Gill <[email protected]> Authored: Tue Jul 26 11:47:55 2016 -0700 Committer: Steve Gill <[email protected]> Committed: Tue Jul 26 11:47:55 2016 -0700 ---------------------------------------------------------------------- ...nd Script Message Handlers in the WebView.md | 21 ++++++++++++++++++++ 1 file changed, 21 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/b0a0e57f/guides/Setting Delegates, Preferences and Script Message Handlers in the WebView.md ---------------------------------------------------------------------- diff --git a/guides/Setting Delegates, Preferences and Script Message Handlers in the WebView.md b/guides/Setting Delegates, Preferences and Script Message Handlers in the WebView.md index 945ce3d..61e0fd8 100644 --- a/guides/Setting Delegates, Preferences and Script Message Handlers in the WebView.md +++ b/guides/Setting Delegates, Preferences and Script Message Handlers in the WebView.md @@ -1,3 +1,24 @@ +<!-- +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +--> + # Setting Delegates, Preferences and Script Message Handlers in the WebView In cordova-ios-4.0, you would set the delegates of the webview through the `webViewEngine` property of a `CDVPlugin` or your `CDVViewController` subclass. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
