Skip to content

Commit

Permalink
SVY-13716 Valuelist Type for Choicegroup components
Browse files Browse the repository at this point in the history
  • Loading branch information
lvostinar committed May 31, 2019
1 parent 67f6d8a commit a0b4f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion choicegroup/choicegroup.spec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"readOnly" : { "type": "protected", "blockingOn": true, "default": false, "for": ["dataProviderID","onDataChangeMethodID"], "tags": {"scope":"runtime"} },
"inputType" : {"type" : "string" , "default" : "checkbox" ,"tags": { "scope" :"design" }, "values" : ["checkbox","radio"]},
"styleClass" : { "type" :"styleclass", "default" : "checkbox" , "tags": { "scope" :"design" }, "values" :["checkbox", "radio"]},
"valuelistID" : { "type" : "valuelist", "tags": { "scope" :"design" }, "for": "dataProviderID", "max":300},
"valuelistID" : { "type" : "valuelist", "tags": { "scope" :"design" }, "max":300},
"tabSeq" : {"type" :"tabseq", "tags": { "scope" :"design" }},
"toolTipText" : { "type" : "tagstring"},
"findmode" : { "type":"findmode", "tags":{"scope":"private"}, "for" : {"editable":true}},
Expand Down

0 comments on commit a0b4f52

Please sign in to comment.