| Description | Custom Head Tag for 1.5
version : 1.0.0
Copyright (C) 2008 Joomler!.net All rights reserved.
access: joomlers@gmail.com
link: http://www.joomler.net/
license: http://www.gnu.org/copyleft/gpl.html GNU/GPL
About Custom Head Tag
The work that this extension does.
- Output your scripts to head tag.
- Output your style to head tag.
Setting
- Menu ID
Please input the menu ID that output custom tag.
Example:1,3,7
- Content ID
Please input the content ID that output custom tag.
Example:1,3,7
- Output
When you set it in ALL, custom tag is output by all pages.
- Path : Javascript
Please input path after the site URL. In the case of the plural number, please divide it at a new line.
Eexample:modules/mod_example/javascript/example.js
- Script : Javascript
Please input the custom javascript.
Example:alert('Example');
- Path : Style
Please input path after the site URL. In the case of the plural number, please divide it at a new line.
Eexample:modules/mod_example/style/example.css
- Style : Style
Please input the custom style.
Example:div#example{display:hidden}
Custom Head Tag について
このエクステンションで行うこと
- スクリプトをヘッドタグ内に出力します。
- スタイルをヘッドタグ内に出力します。
設定
- Menu ID
出力したいメニューIDをコンマ区切りで入力してください。
Example:1,3,7
- Content ID
出力したい記事IDをコンマ区切りで入力してください。
Example:1,3,7
- Output
Allを選択するといつも出力されます。.
- Path : Javascript
サイトURL以下のJavascriptファイルパスを入力してください。
Eexample:modules/mod_example/javascript/example.js
- Script : Javascript
カスタムJavascriptを入力してください。
Example:alert('Example');
- Path : Style
サイトURL以下のstyleファイルパスを入力してください。
Example:modules/mod_example/style/example.css
- Style : Style
カスタムスタイルを入力してください。
Example:div#example{display:hidden}
|