Description
new Description("你生成器的名字",new Usage([],[],[],[])Usage
[
{ viewtype: "text", text: "NZ IS JULAO." },
{
viewtype: "button",
text: "Yes, NZ is JULAO.",
key: "CCC",
data: [
{ value: "red", text: "Choosing red" },
{ value: "blue", text: "Choosing blue" },
{ value: "yellow", text: "Choosing yellow" }
]
},
{
viewtype: "edittext",
text: "Of course, NZ is JULAO.",
key: "BBB",
default: 999
},
{
viewtype: "checkbox",
text: "We all agree, NZ is JULAO.",
key: "AAA",
data: [
{ value: true, text: "Yes" },
{ value: false, text: "OK." },
]
}
]最后更新于
