Hi
Need some one help!!
I want to create a button style card layout.I cannot change outer line color .How can i change outline color
a!columnsLayout( columns: { a!columnLayout( contents: { a!cardLayout( contents: a!richTextDisplayField( value: { a!richTextItem( text: "Back", color: "ACCENT", style: "STRONG" ) }, align: "CENTER", marginAbove: "NONE", marginBelow: "EVEN_LESS" ), link: a!dynamicLink( value: "ACCEPT" /*saveInto: local!acceptTask,*/ /*showWhen: count(tointeger(local!selected)) <= 50*/ ) /*style: "INFO"*/ ) } ), a!columnLayout( contents: {} ), a!columnLayout( contents: {} ) } )
My desire image is below.
Discussion posts and replies are publicly visible
Card layouts do not support adjusting the border color.
stefan said it already. Thats not possibleyou can see the parameter you can set in the appian documentatione.g.https://docs.appian.com/suite/help/24.1/card_layout.htmlthe only parameter who influences the border are:"showBorder" : whether the layout has an outer border"shape " Determines the card shape
Stefan Helzle
How can I create the button design I want without using card layout?
Richard Michaelis
Edit: sorry i misread - answer incoming
i suggest to read the following 4 articles from the documentationhttps://docs.appian.com/suite/help/24.1/Button_Layout.htmlhttps://docs.appian.com/suite/help/24.1/Button_Array_Layout.htmlhttps://docs.appian.com/suite/help/24.1/Button_Component.htmlhttps://docs.appian.com/suite/help/24.1/sail/ux-buttons.html
Thanks
special situation:docs.appian.com/.../ux-record-actions.html
I do not fully understand your question. Is a buttonWidget not an option for you?
spykid said:How can I create the button design I want without using card layout?
a!buttonWidget()
This is the standard button. It's usable in ALL but a VERY FEW use cases. What exactly is your situation?