sample skeleton application with dojo toolkit & arcgis js api v 4.30
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
define( |
|
({ |
|
singleSort: "單一排序", |
|
nestedSort: "巢狀排序", |
|
ascending: "按一下以遞增排序", |
|
descending: "按一下以遞減排序", |
|
sortingState: "${0} - ${1}", |
|
unsorted: "本欄不進行排序", |
|
indirectSelectionRadio: "第 ${0} 行,單一選項,圓鈕框", |
|
indirectSelectionCheckBox: "第 ${0} 行,多重選項,勾選框", |
|
selectAll: "全選" |
|
}) |
|
);
|
|
|