We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Couldn't really find the syntax for the different states for ActionButtons. I might overseen it, is this supported ?
I now use: `"actionButton": { "*": { "visualHeader": [{ "show": true }], "border": [{ "show": false }], "text":[{ "show":true }, { "$id": "default", "transparency": 0, "fontColor": {"solid":{"color":"#D91F43"}}, "fontFamily": "Arial", "bold": false }, { "$id": "hover", "transparency": 0, "fontColor": {"solid":{"color":"#ffffff"}}, "fontFamily": "Arial", "bold": false }, { "$id": "selected", "transparency": 0, "fontColor": {"solid":{"color":"#ffffff"}}, "fontFamily": "Arial", "bold": false }],
}`
The text was updated successfully, but these errors were encountered:
So did figured out that the actionbutton has these states:
"$id": "default", "$id": "hover", "$id": "disabled",
The new page navigation and bookmark navigation uses: "$id": "default", "$id": "hover", "$id": "press", "$id": "selected",
Sorry, something went wrong.
Press doesn't seems to work on ActionButton
$id hints have been added to recent schemas (April onward)
$id
No branches or pull requests
Couldn't really find the syntax for the different states for ActionButtons.
I might overseen it, is this supported ?
I now use:
`"actionButton": {
"*": {
"visualHeader": [{
"show": true
}],
"border": [{
"show": false
}],
"text":[{
"show":true
},
{
"$id": "default",
"transparency": 0,
"fontColor": {"solid":{"color":"#D91F43"}},
"fontFamily": "Arial",
"bold": false
},
{
"$id": "hover",
"transparency": 0,
"fontColor": {"solid":{"color":"#ffffff"}},
"fontFamily": "Arial",
"bold": false
},
{
"$id": "selected",
"transparency": 0,
"fontColor": {"solid":{"color":"#ffffff"}},
"fontFamily": "Arial",
"bold": false
}],
The text was updated successfully, but these errors were encountered: