Minimum Steps Required for Use
|
What It Looks Like
|
||
1. Drag and drop a Button widget onto the canvas.
2. Enter the button name in the Text field. For example, Play.
3. Bind the Click event of the button to another widget and select the type of binding you want to create. For example, if you bind the Click event to a model, and select Play All on the Select Binding Target window, when the button is tapped in an experience, all steps in the sequence associated with the model will play.
|
|
|
Keep in mind that it’s best to give your classes unique names so they do not conflict with other classes or OOTB properties.
|
CSS Example
|
What It Looks Like
|
.ptc-button {
border-width: 1px; border-style: outset; border-color: rgb(46, 50, 49); border-radius: 25px; background: rgb(47, 48, 53); font-size: 16px; font-family: Century Gothic; color: white; } |