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: "全选" |
|
}) |
|
);
|
|
|