Extjs var productCategoryTreeLookUpFn = function(callback) { var productCategoryLookUpWindow; var productCategoryTreeStore; var productCategoryTreeMenu; if (!productCategoryLookUpWindow) { // 加载菜单树 productCategoryTreeStore = Ext.create('Ext.data.Tree
单选对话框,顾名思义就是只能选一项(setSingleChoiceItems(Items,)) public void click(View v){ //创建对话框类 AlertDialog.Builder builder = new AlertDialog.Builder(this); //定义item选项 final String items[] = new String[]{"一只","两只","三只"}; builder.setTitle