This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// カテゴリーマスタ・アプリの情報 | |
var MASTER_CATEGORY_APP_NO = 1; | |
var MASTER_CATEGORY_QUERY = ' 有効フラグ in ("ON") '; | |
var MASTER_BIG_CATEGORY_NAME = '大カテゴリ'; | |
var MASTER_MIDDLE_CATEGORY_NAME = '中カテゴリ'; | |
var MASTER_SMALL_CATEGORY_NAME = '小カテゴリ'; | |
// プルダウンの値を格納するフィールド名(このJSを読み込んでいるアプリ) | |
var BIG_CATEGORY_NAME = '大'; | |
var MIDDLE_CATEGORY_NAME = '中'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<canvas id=canvas width="2000px" height="2000px"></canvas> |