開発メモ/C/Tips/Webkit.NET
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
#contents
*Webkit.NET [#q48769d0]
Webkitを.NETで動くようにしたもの。~
開発は牛歩の勢いで進んでいるっぽい~
**HTML5対応 [#e8d1180b]
情報は若干古いかもしれない。
***fieldsetタグ [#m4c540d2]
disabledは効かない。(Chromeだとfieldset内の要素が無効状...
枠線で囲まれる~
legendタグを記述すると、グループボックスでラベルを指定し...
***inputタグ [#yf6b7781]
|属性 |対応|placeholder|備考|h
|ime-mode |× | |IEの独自拡張なので当然とい...
|type=tel |× |○ |type=textと同じ|
|type=url |× |○ |type=textと同じ|
|type=email |× |○ |type=textと同じ|
|type=datetime|× |× |type=textと同じだがplacehol...
|type=date |× |× |type=textと同じだがplacehol...
|type=month |× |× |type=textと同じだがplacehol...
|type=week |× |× |type=textと同じだがplacehol...
|type=time |× |× |type=textと同じだがplacehol...
|type=search |○ |○ | |
|type=range |○ |- | |
|type=color |× |× |type=textと同じだがplacehol...
|type=number |○ |× |IME起動しない。半角数字のみ...
|placeholder |○ | |typeによって変わる|
|pattern |× | | |
|required |× | | |
**WebKit.WebKitBrowserの固有のプロパティ [#pb9219ec]
|プロパティ名 |概要|h
|AllowDownloads |ダウンロードを許可するかどうか|
|AllowNavigation|最初のページを読み込んだ後に別ページを読...
|AllowNewWindows||
|IsScriptingEnabled|スクリプトを有効にするかどうか|
|IsWebBrowserContextMenuEnabled|コンテキストメニューを利...
|Url|URLです|
|TextSize|文字のサイズの比率?|
**ajax [#y2e3aa3c]
WebKit.Netはどうやらajaxのリクエストを拿捕できるデリゲー...
*参考 [#x38680ff]
-[[Webkt.NET SourceForge:http://webkitdotnet.sourceforge....
-[[Webkt.NET GitHUB:https://github.com/webkitdotnet/]]
終了行:
#contents
*Webkit.NET [#q48769d0]
Webkitを.NETで動くようにしたもの。~
開発は牛歩の勢いで進んでいるっぽい~
**HTML5対応 [#e8d1180b]
情報は若干古いかもしれない。
***fieldsetタグ [#m4c540d2]
disabledは効かない。(Chromeだとfieldset内の要素が無効状...
枠線で囲まれる~
legendタグを記述すると、グループボックスでラベルを指定し...
***inputタグ [#yf6b7781]
|属性 |対応|placeholder|備考|h
|ime-mode |× | |IEの独自拡張なので当然とい...
|type=tel |× |○ |type=textと同じ|
|type=url |× |○ |type=textと同じ|
|type=email |× |○ |type=textと同じ|
|type=datetime|× |× |type=textと同じだがplacehol...
|type=date |× |× |type=textと同じだがplacehol...
|type=month |× |× |type=textと同じだがplacehol...
|type=week |× |× |type=textと同じだがplacehol...
|type=time |× |× |type=textと同じだがplacehol...
|type=search |○ |○ | |
|type=range |○ |- | |
|type=color |× |× |type=textと同じだがplacehol...
|type=number |○ |× |IME起動しない。半角数字のみ...
|placeholder |○ | |typeによって変わる|
|pattern |× | | |
|required |× | | |
**WebKit.WebKitBrowserの固有のプロパティ [#pb9219ec]
|プロパティ名 |概要|h
|AllowDownloads |ダウンロードを許可するかどうか|
|AllowNavigation|最初のページを読み込んだ後に別ページを読...
|AllowNewWindows||
|IsScriptingEnabled|スクリプトを有効にするかどうか|
|IsWebBrowserContextMenuEnabled|コンテキストメニューを利...
|Url|URLです|
|TextSize|文字のサイズの比率?|
**ajax [#y2e3aa3c]
WebKit.Netはどうやらajaxのリクエストを拿捕できるデリゲー...
*参考 [#x38680ff]
-[[Webkt.NET SourceForge:http://webkitdotnet.sourceforge....
-[[Webkt.NET GitHUB:https://github.com/webkitdotnet/]]
ページ名: