Skip to content

Commit 6d3d24d

Browse files
committed
Fix headers
1 parent 04adb19 commit 6d3d24d

File tree

1 file changed

+12
-14
lines changed

1 file changed

+12
-14
lines changed

docs/resources/ui/widgets/widget-commonalities.md

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ com/embed/f510565b464c4fb8903c0b6993fc8c20?sid=ceb9de2e-af71-4ba0-b888-b6d4e47d6
4747

4848

4949

50-
### Responsive
50+
### Responsive Properties
5151

5252
When developing user interfaces with widgets, you'll notice certain properties and features that are universally applicable. This section provides guidance on adjusting these shared attributes across different widgets.
5353

@@ -75,7 +75,7 @@ Here is how it is done:
7575
<figcaption class="centered-caption">Responsive visibility for web</figcaption>
7676
</figure>
7777

78-
#### Customize responsive breakpoint
78+
#### Customize Responsive Breakpoint
7979

8080
Sometimes, you might want to override the default responsive breakpoint to suit unique requirements; whether it's accommodating a specific device or catering to a particular user experience, having the flexibility to customize breakpoints can be advantageous.
8181

@@ -154,7 +154,7 @@ com/embed/iMc1m-l7eyw" frameborder="0" allow="accelerometer; autoplay; clipboard
154154

155155

156156

157-
### Adjust alignment
157+
### Adjust Alignment
158158

159159
This property helps you position the widget in two ways.
160160

@@ -179,11 +179,11 @@ com/embed/vuJ2fTnYyCM" frameborder="0" allow="accelerometer; autoplay; clipboard
179179

180180

181181

182-
## Testing
182+
## Testing Widgets
183183

184184
This property enables you to specify the **Value Key** for the current widget, which serves as a reference point during automated test runs. Please refer to the detailed guide provided [here](../../../testing-deployment-publishing/testing/automated-tests.md).
185185

186-
## Changing the size
186+
## Set Width & Height Properties
187187

188188
To change the size, navigate to the **Width** and **Height** properties, and then you have three choices for setting the size:
189189

@@ -195,7 +195,7 @@ To change the size, navigate to the **Width** and **Height** properties, and the
195195
com/embed/aa1755b1b7b94ef3ac3a72da431d844f?sid=982c1f26-b768-4c8d-ab77-c085219ebab6" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div>
196196

197197

198-
## Change color
198+
## Change Color
199199

200200
To change color for any widget property:
201201

@@ -209,7 +209,7 @@ To change color for any widget property:
209209
com/embed/7fb8cd068bbb45c9ae34cfd4f325a3dc?sid=b3559d67-9e11-4501-8a17-7f4e92bd5847" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div>
210210

211211

212-
## Setting color from variable
212+
## Set Color From Variable
213213

214214
You may want to apply dynamic colors to widget properties like Container backgrounds or Text colors, which can be achieved by assigning colors from a variable. For instance, you can display temperature color dynamically based on an app state variable, data from a Firestore document, responses from API calls, or other similar sources.
215215

@@ -253,7 +253,7 @@ com/embed/6bffe7446e1d414f99baee759fda8fc0?sid=abfedd7c-3bc4-4eda-a9ab-341b72e4b
253253

254254
You can also set the color from a [conditional value](../../../resources/control-flow/functions/conditional-logic.md#setting-widget-properties-with-conditional-logic).
255255

256-
## Copy variable
256+
## Copy Variable
257257

258258
If you have a complex variable value (e.g., using [Conditional Logic](../../../resources/control-flow/functions/conditional-logic.md)) and want to use the same logic in another variable value, you can do so by copying a variable.
259259

@@ -283,7 +283,7 @@ com/embed/f3cdb87b927b46508a2f1c21c2524cfe?sid=bb94b178-cba5-4423-afd0-47a4669c2
283283

284284
<p></p>
285285

286-
## Add an image from Unsplash
286+
## Add Image from Unsplash
287287

288288
You can also add images directly from the [Unsplash](https://unsplash.com/) right inside the properties panel. To do so, simply click on the search icon and search and select the image. **Tip**: You can also choose the size of the image to add (i.e., Small, Regular, Full).
289289

@@ -292,13 +292,11 @@ com/embed/6954aafd8e494e74b52a2e89d4744e39?sid=8cd4d95b-e338-41f1-ae8a-912422f58
292292

293293
<p></p>
294294

295-
## UI builder display value
296-
297-
For widgets like **Text** and **RichText**, when their content is coming from a variable, you have the option to set a placeholder value that will be displayed only in the app builder. Keep in mind that this display value is solely for visualization purposes within the canvas and will be replaced with the actual variable value when the app is running.
298-
299-
This is helpful in assessing spacing and alignment without the need to remove variable bindings.
295+
## UI Builder Display Value
300296

297+
For widgets like `Text` and `RichText`, when their content is set from a variable, you can set a placeholder value to be displayed only in the app builder. Keep in mind that this placeholder is solely for visualization purposes within the canvas and will be replaced by the actual variable value when the app runs.
301298

299+
This feature is useful for assessing spacing and alignment without removing variable bindings.
302300

303301
![img_4.png](..%2Fimgs%2Fimg_4.png)
304302
## Trigger action on selection change

0 commit comments

Comments
 (0)