...
Use this when you need instructions on the screen without crowding the form
with instructions. This Allows allows you to show more than you can with a place holder.
...
You can toggle the showing of the information by pressing the Info button and then
by pressing it again to take hide the instructions away.
Create two variables in you FAB form.
...
function onInfoButton(evt) {
if (getField("InfoDropletShow") === true) {
setField("InfoDropletShow",false);
} else {
setField("InfoDropletShow",true);
}
};
...
Related articles
Filter by label (Content by label) | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
Page Properties | ||
---|---|---|
| ||
|