機能説明

<IMART type=“imToolbarFrame”>タグ。

ツールバーの外枠を表示します。
ツールバーの表示色は、テーマによって自動に設定されます。

内部タグ

IMARTタグおよびHTML

サンプル

サンプル

サンプル
<pre>
<HTML>
    <HEAD>
        <IMART type="imDesignCss"></IMART>
    </HEAD>
    <BODY>
        <!-- ツールバー表示 -->
        <IMART type = "imToolbarFrame">

            <IMART type = "imToolbarLeft">
                <IMART type = "imIcon"
                       name = "新規登録"
                       icon = "images/standard/new.gif"
                       href = "javascript:onAddAction();">
                </IMART>
                <IMART type = "imIcon"
                       name = "検索条件"
                       icon = "images/standard/search.gif"
                       href = "javascript:onSearchAction();">
                </IMART>
            </IMART>
            <IMART type = "imToolbarRight">
                <IMART type = "imIcon"
                       name = "戻る"
                       icon = "images/standard/arrow_left.gif"
                       href = "javascript:onBackAction();">
                </IMART>
                <IMART type = "imIcon"
                       name = "最新情報"
                       icon = "images/standard/refresh.gif"
                       href = "javascript:onReloadAction();">
                </IMART>
            </IMART>

        </IMART> <!-- ツールバー表示 -->
    </BODY>
</HTML>
</pre>