Skip to content

Commit

Permalink
Merge branch '2023.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
jcompagner committed Jul 17, 2024
2 parents 4c0be83 + f69cde2 commit b028f9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion customrenderedcomponents/foundsetlist/foundsetlist.spec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"sortableEnabled" : { "type" : "boolean", "default" : false, "tags": { "scope" :"design", "doc": "When set to true, allows to reorder records within the FoundSet List element using drag & drop"}},
"dragSortableOptions": { "type": "sortableOptions", "tags": { "scope" :"design", "doc": "Customize options for the drag n'drop and sortable"}},
"visible": { "type": "visible" },
"foundset": { "type": "foundset", "dynamicDataproviders": true, "default" : {"foundsetSelector": ""} , "pushToServer": "allow", "initialPreferredViewPortSize": 130, "sendSelectionViewportInitially": true },
"foundset": { "type": "foundset", "dynamicDataproviders": true, "default" : {"foundsetSelector": ""} , "initialPreferredViewPortSize": 130, "sendSelectionViewportInitially": true },
"entryStyleClassDataProvider": { "type": "dataprovider", "forFoundset": "foundset" },
"tooltipDataProvider": { "type": "dataprovider", "forFoundset": "foundset" },
"firstItemHtml": { "type": "tagstring" },
Expand Down
2 changes: 1 addition & 1 deletion customrenderedcomponents/listcomponent/listcomponent.spec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"entryRendererFunc": { "type": "tagstring" },
"entryRendererFunction": { "type": "tagstring" },
"visible": { "type": "visible" },
"foundset": { "type": "foundset", "dynamicDataproviders": true, "default" : {"foundsetSelector": ""} , "pushToServer": "allow", "initialPreferredViewPortSize": 130, "sendSelectionViewportInitially": true },
"foundset": { "type": "foundset", "dynamicDataproviders": true, "default" : {"foundsetSelector": ""} ,"initialPreferredViewPortSize": 130, "sendSelectionViewportInitially": true },
"responsiveHeight": { "type": "int", "default": 500 },
"responsiveDynamicHeight": { "type": "boolean", "default": false },
"styleClass": { "type": "styleclass", "tags": { "scope" :"design" } },
Expand Down

0 comments on commit b028f9e

Please sign in to comment.