<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Links on buttons</title><link>https://community.appian.com/discussions/f/user-interface/34411/links-on-buttons</link><description>Why do buttonWidgets not have a linkField property? It would be ideal if they did.</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Links on buttons</title><link>https://community.appian.com/thread/131580?ContentTypeID=1</link><pubDate>Wed, 20 Mar 2024 19:12:53 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1959c4ac-430a-41d4-b759-e2e8073db9d0</guid><dc:creator>davel001150</dc:creator><description>&lt;p&gt;This has been a product request of mine for years.&amp;nbsp; StartProcessLink is another fine example of something I&amp;#39;d love to be able to put on a button.&amp;nbsp; There just shouldn&amp;#39;t be limitations on what you CAN do with a button when you could easily configure it, then to Stephan&amp;#39;s point you could include polite suggestions what you maybe SHOULDN&amp;#39;T do with a button in design documentation.&amp;nbsp; Some of course would be redundant, like putting submitLink() on a button when you could just set the button&amp;#39;s submit: to true.&amp;nbsp; However, what you would gain far outweighs what silliness you would allow.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Links on buttons</title><link>https://community.appian.com/thread/131530?ContentTypeID=1</link><pubDate>Wed, 20 Mar 2024 11:03:20 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:faca25d0-d793-4587-806e-28d239f22ec6</guid><dc:creator>Mathieu Drouin</dc:creator><description>&lt;p&gt;Here is an example of using a CardLayout to simulate a button with a link.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;a!sectionLayout(
  label: &amp;quot;Form&amp;quot;,
  contents: {
    a!localVariables(
      local!selected,
      a!columnsLayout(
        columns: {
          a!columnLayout(
            contents: {
              a!buttonArrayLayout(
                buttons: {
                  a!buttonWidget(label: &amp;quot;Standard Button&amp;quot;, style: &amp;quot;SOLID&amp;quot;)
                }
              )
            }
          ),
          a!columnLayout(
            width: &amp;quot;NARROW&amp;quot;,
            contents: {
              a!cardLayout(
                showBorder: false,
                showShadow: false,
                style: &amp;quot;ACCENT&amp;quot;,
                padding: &amp;quot;EVEN_LESS&amp;quot;,
                marginAbove: &amp;quot;NONE&amp;quot;,
                marginBelow: &amp;quot;NONE&amp;quot;,
                contents: a!richTextDisplayField(
                  align: &amp;quot;CENTER&amp;quot;,
                  marginAbove: &amp;quot;NONE&amp;quot;,
                  marginBelow: &amp;quot;LESS&amp;quot;,
                  value: {
                    a!richTextItem(text: upper(&amp;quot;Card Button&amp;quot;), color: &amp;quot;ACCENT&amp;quot;)
                  }
                ),
                link: a!dynamicLink(
                  value: &amp;quot;BUTTON_VALUE&amp;quot;,
                  saveInto: local!selected
                )
              )
            }
          )
        }
      )
    )
  }
)&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Improved version from the one I posted in this thread:&amp;nbsp;&lt;a href="/discussions/f/user-interface/29745/card-layout"&gt;community.appian.com/.../card-layout&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Links on buttons</title><link>https://community.appian.com/thread/131514?ContentTypeID=1</link><pubDate>Wed, 20 Mar 2024 10:16:13 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:72183711-e8c0-4c2a-89cd-bcada1187109</guid><dc:creator>Alexis D&amp;#237;az Fajardo</dc:creator><description>&lt;p&gt;In the case of documentDownloadLink, it isnt an action from the user and not a navigation? It would be nice too another way to do it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Links on buttons</title><link>https://community.appian.com/thread/131510?ContentTypeID=1</link><pubDate>Wed, 20 Mar 2024 09:43:14 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f70429b0-2746-4b24-924d-c46d457061c5</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;In tend to disagree. A clear and consistent UX requires to make a clear distinction between navigating UI elements and actionable UI elements.&lt;/p&gt;
&lt;p&gt;In my experience on environment where multiple groups develop apps with lacking&amp;nbsp;governance, I already see enough messy and inconsistent UX, even with links in buttons.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Links on buttons</title><link>https://community.appian.com/thread/131503?ContentTypeID=1</link><pubDate>Wed, 20 Mar 2024 09:09:51 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5fb44ac3-d192-4500-9951-7da4212cd25c</guid><dc:creator>David Jimenez </dc:creator><description>&lt;p&gt;You can achieve the behavior you mention in various ways in Appian, and if you need to have the same look and feel, you can ,for example, use tagfields with recordLink, use a link Function...&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/13/pastedimage1710925774717v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Links on buttons</title><link>https://community.appian.com/thread/131498?ContentTypeID=1</link><pubDate>Wed, 20 Mar 2024 08:57:49 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3f514342-d542-4266-9e95-018bd942cb9b</guid><dc:creator>Alexis D&amp;#237;az Fajardo</dc:creator><description>&lt;p&gt;Document downloading, for example&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Links on buttons</title><link>https://community.appian.com/thread/131497?ContentTypeID=1</link><pubDate>Wed, 20 Mar 2024 08:54:34 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:08fd9d8b-8641-4a57-bc43-4989a12d8d97</guid><dc:creator>varung120549</dc:creator><description>&lt;p&gt;Hi &lt;a href="/members/alexisfranciscod2898"&gt;Alexis Díaz Fajardo&lt;/a&gt;&amp;nbsp;,&lt;br /&gt;&lt;br /&gt;It&amp;#39;s an appian thing, instead you can use a!dynamicLink(), to save any data by saveInto field.&lt;br /&gt;&lt;br /&gt;There are multple functions still supports in saveInto field of button.&lt;br /&gt;&lt;br /&gt;But if you want a linkfield you can use following components:&lt;/p&gt;
&lt;p&gt;1. Card Layout,&lt;br /&gt;2. RichTextIcon,RichTextItem.&lt;br /&gt;3. StampField&lt;br /&gt;4. Tags(Record Link)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;etc., according to your requirement.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Links on buttons</title><link>https://community.appian.com/thread/131495?ContentTypeID=1</link><pubDate>Wed, 20 Mar 2024 08:51:39 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c7ab6808-ee18-4744-bee7-2c3ff61798df</guid><dc:creator>achuth_bilakanti</dc:creator><description>&lt;p&gt;Else you can do one thing, create a cardlayout with&amp;nbsp;rich text which looks like button, and use linkfield to it.&lt;br /&gt;&lt;br /&gt;This will give a button feeling only&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Achuth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Links on buttons</title><link>https://community.appian.com/thread/131494?ContentTypeID=1</link><pubDate>Wed, 20 Mar 2024 08:50:39 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e79ebd09-3e3b-4012-8872-d47d3251a26e</guid><dc:creator>David Jimenez </dc:creator><description>&lt;p&gt;Link field for?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>