1- <?xml version =" 1.0" encoding =" utf-8" ?>
2- <widget id =" com.mendix.widget.web.gallery.Gallery" pluginWidget =" true" offlineCapable =" true" xmlns =" http://www.mendix.com/widget/1.0/" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://www.mendix.com/widget/1.0/ ../../../../node_modules/mendix/custom_widget.xsd" >
1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <widget id =" com.mendix.widget.web.gallery.Gallery" pluginWidget =" true" offlineCapable =" true"
3+ xmlns =" http://www.mendix.com/widget/1.0/" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4+ xsi : schemaLocation =" http://www.mendix.com/widget/1.0/ ../../../../node_modules/mendix/custom_widget.xsd" >
35 <name >Gallery</name >
46 <description />
57 <studioProCategory >Data containers</studioProCategory >
8587 <caption >Keep selection</caption >
8688 <description >If enabled, selected items will stay selected unless cleared by the user or a Nanoflow.</description >
8789 </property >
88- <property key =" selectionCountPosition" type =" enumeration" defaultValue =" bottom" required =" true" >
90+ <property key =" selectionCountPosition" type =" enumeration" defaultValue =" bottom"
91+ required =" true" >
8992 <caption >Show selection count</caption >
9093 <description />
9194 <enumerationValues >
9699 </property >
97100 </propertyGroup >
98101 <propertyGroup caption =" Loading state" >
99- <property key =" loadingType" type =" enumeration" defaultValue =" spinner" required =" true" >
102+ <property key =" loadingType" type =" enumeration" defaultValue =" spinner"
103+ required =" true" >
100104 <caption >Loading type</caption >
101105 <description />
102106 <enumerationValues >
182186 </attributeTypes >
183187 </property >
184188 <property key =" loadedRowsValue" type =" attribute" required =" false" >
185- <caption >Loaded rows </caption >
186- <description >Read-only attribute reflecting the number of rows currently loaded.</description >
189+ <caption >Loaded items </caption >
190+ <description >Read-only attribute reflecting the number of items currently loaded.</description >
187191 <attributeTypes >
188192 <attributeType name =" Integer" />
189193 </attributeTypes >
219223 <enumerationValue key =" localStorage" >Browser local storage</enumerationValue >
220224 </enumerationValues >
221225 </property >
222- <property key =" stateStorageAttr" type =" attribute" required =" false" onChange =" onConfigurationChange" >
226+ <property key =" stateStorageAttr" type =" attribute" required =" false"
227+ onChange =" onConfigurationChange" >
223228 <caption >Attribute</caption >
224229 <description >Attribute containing the personalized configuration of the capabilities. This configuration is automatically stored and loaded. The attribute requires Unlimited String.</description >
225230 <attributeTypes >
254259 <caption >Content description</caption >
255260 <description >Assistive technology will read this upon reaching gallery.</description >
256261 </property >
257- <property key =" ariaLabelItem" type =" textTemplate" dataSource =" datasource" required =" false" >
262+ <property key =" ariaLabelItem" type =" textTemplate" dataSource =" datasource"
263+ required =" false" >
258264 <caption >Item description</caption >
259265 <description >Assistive technology will read this upon reaching each gallery item.</description >
260266 </property >
287293 </propertyGroup >
288294 </propertyGroup >
289295 </properties >
290- </widget >
296+ </widget >
0 commit comments