GoogleChromeFrame設定¶
概要¶
Internet Explorer 6, Internet Explorer 7 でログイン画面にアクセスした際に、Google Chrome Frame のインストールを促す画面を表示するかどうかを設定します。この設定を有効(true)にした場合、Internet Explorer 6, Internet Explorer 7 でログイン画面にアクセスすると下のような画面が表示され、Google Chrome Frame のインストールを簡単に行うことができます。Google Chrome Frame をインストールすると、Google Chrome Frame が HTML の表示を行うため、Internet Explorer 6 や Internet Explorer 7 でも intra-mart AccelPlatform の画面を表示することができます。![]()
モジュール UI基本モジュール フォーマットファイル(xsd) WEB-INF/schema/google-chrome-frame-config.xsd 設定場所 WEB-INF/conf/google-chrome-frame-config.xml <?xml version="1.0" encoding="UTF-8"?> <google-chrome-frame-config xmlns="http://www.intra-mart.jp/ui/google-chrome-frame-config" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.intra-mart.jp/ui/google-chrome-frame-config ../../schema/google-chrome-frame-config.xsd" enable-google-chrome-frame="true"/>
リファレンス¶
Google Chrome Frame 設定¶
タグ名 google-chrome-frame-config Internet Explorer 6, Internet Explorer 7 でログイン画面にアクセスしたときに、Google Chrome Frame のインストールを促す画面を表示するかどうかを設定します。属性 enable-google-chrome-frame に true を指定するとインストールを促す画面が表示されます。【設定項目】
<?xml version="1.0" encoding="UTF-8"?> <google-chrome-frame-config xmlns="http://www.intra-mart.jp/ui/google-chrome-frame-config" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.intra-mart.jp/ui/google-chrome-frame-config ../../schema/google-chrome-frame-config.xsd" enable-google-chrome-frame="true"/>
必須項目 ○ 複数設定 × 【属性】
属性名 説明 必須 デフォルト値 enable-google-chrome-frame Google Chrome Frame のインストールを促す画面を表示するかどうかの設定値です。true を指定するとインストールを促す画面を表示します。false を指定するとインストールを促す画面を表示しません。 × true
注意
Google Chrome Frame のインストールを促す画面を Close ボタンで閉じた場合、再度ログイン画面にアクセスしてもインストールを促す画面は表示されません。
再度表示させたい場合は、いったんブラウザを閉じ、再度ログイン画面にアクセスしてください。