<?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 Re: Is it possible to create an input field with textarea (html) and set a token? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-create-an-input-field-with-textarea-html-and/m-p/249240#M15533</link>
    <description>&lt;P&gt;Consider my requirement is something similar to when I am replying to this message. It shows "Add your comments .... ", when I click on it, I can see a proper text area where I can write my comments. The user experience would not be that great if there was a text input set here. &lt;/P&gt;</description>
    <pubDate>Sun, 15 May 2016 13:12:45 GMT</pubDate>
    <dc:creator>ash2l</dc:creator>
    <dc:date>2016-05-15T13:12:45Z</dc:date>
    <item>
      <title>Is it possible to create an input field with textarea (html) and set a token?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-create-an-input-field-with-textarea-html-and/m-p/249236#M15529</link>
      <description>&lt;P&gt;I can populate the field with the following in Simple XML with html tags, however, the token is not getting set if the user enters any information and then clicks on the submit button.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;textarea token="field_explanation" rows="20" cols="50"&amp;gt;
    Here is the explanation.
&amp;lt;/textarea&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Basically, my requirement is to let user input with lines in the explanation field. I am fine if it's possible with the input tag.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;input type="text" token="field_explanation" searchWhenChanged="false"&amp;gt;
  &amp;lt;label&amp;gt;Provide Explanation&amp;lt;/label&amp;gt;
  &amp;lt;default&amp;gt;NA&amp;lt;/default&amp;gt;
&amp;lt;/input&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Any way to make this happen?&lt;/P&gt;

&lt;P&gt;Amit&lt;/P&gt;</description>
      <pubDate>Sat, 14 May 2016 21:00:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-create-an-input-field-with-textarea-html-and/m-p/249236#M15529</guid>
      <dc:creator>ash2l</dc:creator>
      <dc:date>2016-05-14T21:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to create an input field with textarea (html) and set a token?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-create-an-input-field-with-textarea-html-and/m-p/249237#M15530</link>
      <description>&lt;P&gt;The input text should let the users type in text and set the entered text as the token. Have you tried using the text input yet?&lt;/P&gt;</description>
      <pubDate>Sun, 15 May 2016 04:19:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-create-an-input-field-with-textarea-html-and/m-p/249237#M15530</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-05-15T04:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to create an input field with textarea (html) and set a token?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-create-an-input-field-with-textarea-html-and/m-p/249238#M15531</link>
      <description>&lt;P&gt;As somesoni2 has mentioned, they'd have to type their entire input into the text box.  Best suggestion I can give is write the "explanation" in notepad, then copy and paste into text field.  I assume you're creating a dashboard that is pushing data to a ticketing system, etc.  It's not common to need a large text area.&lt;/P&gt;</description>
      <pubDate>Sun, 15 May 2016 10:55:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-create-an-input-field-with-textarea-html-and/m-p/249238#M15531</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2016-05-15T10:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to create an input field with textarea (html) and set a token?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-create-an-input-field-with-textarea-html-and/m-p/249239#M15532</link>
      <description>&lt;P&gt;Text input is the one I have been using and I can extend the length (column) of it but not the height (rows). &lt;/P&gt;</description>
      <pubDate>Sun, 15 May 2016 13:10:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-create-an-input-field-with-textarea-html-and/m-p/249239#M15532</guid>
      <dc:creator>ash2l</dc:creator>
      <dc:date>2016-05-15T13:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to create an input field with textarea (html) and set a token?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-create-an-input-field-with-textarea-html-and/m-p/249240#M15533</link>
      <description>&lt;P&gt;Consider my requirement is something similar to when I am replying to this message. It shows "Add your comments .... ", when I click on it, I can see a proper text area where I can write my comments. The user experience would not be that great if there was a text input set here. &lt;/P&gt;</description>
      <pubDate>Sun, 15 May 2016 13:12:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-create-an-input-field-with-textarea-html-and/m-p/249240#M15533</guid>
      <dc:creator>ash2l</dc:creator>
      <dc:date>2016-05-15T13:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to create an input field with textarea (html) and set a token?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-create-an-input-field-with-textarea-html-and/m-p/249241#M15534</link>
      <description>&lt;P&gt;I just don't understand why you would need a paragraph as a search variable that's all.  Regardless it will require something very custom and I'm not certain you'll have much luck here.&lt;BR /&gt;
The short answer is textarea isn't compatible with simple xml dashboards form inputs.&lt;/P&gt;</description>
      <pubDate>Sun, 15 May 2016 14:05:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-create-an-input-field-with-textarea-html-and/m-p/249241#M15534</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2016-05-15T14:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to create an input field with textarea (html) and set a token?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-create-an-input-field-with-textarea-html-and/m-p/249242#M15535</link>
      <description>&lt;P&gt;You can probably use css to increase the size of the text input, for better feel.&lt;/P&gt;</description>
      <pubDate>Mon, 16 May 2016 19:29:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-create-an-input-field-with-textarea-html-and/m-p/249242#M15535</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-05-16T19:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to create an input field with textarea (html) and set a token?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-create-an-input-field-with-textarea-html-and/m-p/249243#M15536</link>
      <description>&lt;P&gt;The answer is no, you cant use textarea in the simplexml forms.  You can however create custom css and increase the width and height.&lt;/P&gt;

&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/338211/shifting-from-advanced-xml-to-simple-xml-how-to-re.html"&gt;https://answers.splunk.com/answers/338211/shifting-from-advanced-xml-to-simple-xml-how-to-re.html&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.3.2/AdvancedDev/UseCSS"&gt;http://docs.splunk.com/Documentation/Splunk/6.3.2/AdvancedDev/UseCSS&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2016 14:10:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-create-an-input-field-with-textarea-html-and/m-p/249243#M15536</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2016-05-17T14:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to create an input field with textarea (html) and set a token?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-create-an-input-field-with-textarea-html-and/m-p/249244#M15537</link>
      <description>&lt;P&gt;We had implemented js to perform the required token set from the textarea. It worked well!&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2017 20:24:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-create-an-input-field-with-textarea-html-and/m-p/249244#M15537</guid>
      <dc:creator>ash2l</dc:creator>
      <dc:date>2017-01-18T20:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to create an input field with textarea (html) and set a token?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-create-an-input-field-with-textarea-html-and/m-p/249245#M15538</link>
      <description>&lt;P&gt;We ended up creating js and css to handle the token population for textarea!&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2017 05:25:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-create-an-input-field-with-textarea-html-and/m-p/249245#M15538</guid>
      <dc:creator>ash2l</dc:creator>
      <dc:date>2017-02-08T05:25:19Z</dc:date>
    </item>
  </channel>
</rss>

