<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Line Break within button Title in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Line-Break-within-button-Title/m-p/2056907#M86802</link>
    <description>&lt;P&gt;Hi there,&lt;/P&gt;
&lt;P&gt;I'm currently wanting to insert a line break within the title of a button, so the text behaves as though it is wrapped. So instead of this:&lt;/P&gt;
&lt;P&gt;Transaction w/c 27/03/23&lt;/P&gt;
&lt;P&gt;It would display in the button as:&lt;/P&gt;
&lt;P&gt;Transaction&lt;/P&gt;
&lt;P&gt;w/c 27/03/23&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;</description>
    <pubDate>Tue, 04 Apr 2023 13:29:58 GMT</pubDate>
    <dc:creator>cgT</dc:creator>
    <dc:date>2023-04-04T13:29:58Z</dc:date>
    <item>
      <title>Line Break within button Title</title>
      <link>https://community.qlik.com/t5/App-Development/Line-Break-within-button-Title/m-p/2056907#M86802</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;
&lt;P&gt;I'm currently wanting to insert a line break within the title of a button, so the text behaves as though it is wrapped. So instead of this:&lt;/P&gt;
&lt;P&gt;Transaction w/c 27/03/23&lt;/P&gt;
&lt;P&gt;It would display in the button as:&lt;/P&gt;
&lt;P&gt;Transaction&lt;/P&gt;
&lt;P&gt;w/c 27/03/23&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2023 13:29:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Line-Break-within-button-Title/m-p/2056907#M86802</guid>
      <dc:creator>cgT</dc:creator>
      <dc:date>2023-04-04T13:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: Line Break within button Title</title>
      <link>https://community.qlik.com/t5/App-Development/Line-Break-within-button-Title/m-p/2057047#M86805</link>
      <description>&lt;P&gt;Try like this:&lt;/P&gt;
&lt;P&gt;'Transaction'&amp;amp;Chr(13)&amp;amp;w/c 27/03/23. Don't use the equal sign before the expression&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2023 16:59:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Line-Break-within-button-Title/m-p/2057047#M86805</guid>
      <dc:creator>SGV</dc:creator>
      <dc:date>2023-04-04T16:59:39Z</dc:date>
    </item>
    <item>
      <title>Re: Line Break within button Title</title>
      <link>https://community.qlik.com/t5/App-Development/Line-Break-within-button-Title/m-p/2057309#M86835</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;the chr(13) or chr(10) doesn't work in the button. You need to do some css trick to do line break on the button. Please find the code below.&lt;/P&gt;
&lt;P&gt;/* Retour à la ligne BOUTON */&lt;BR /&gt;div[tid="&amp;lt;id of the object&amp;gt;"] text span {&lt;BR /&gt;white-space: break-spaces !important;&lt;BR /&gt;font-size: 13px;&lt;BR /&gt;}&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2023 09:10:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Line-Break-within-button-Title/m-p/2057309#M86835</guid>
      <dc:creator>Sabrina_V</dc:creator>
      <dc:date>2023-04-05T09:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: Line Break within button Title</title>
      <link>https://community.qlik.com/t5/App-Development/Line-Break-within-button-Title/m-p/2450315#M97917</link>
      <description>&lt;P&gt;Could you clarify where to put the css in Qlik sense?&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2024 12:48:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Line-Break-within-button-Title/m-p/2450315#M97917</guid>
      <dc:creator>joaste</dc:creator>
      <dc:date>2024-05-08T12:48:53Z</dc:date>
    </item>
  </channel>
</rss>

