<?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: HTML5: how to set column width, how to wrap text to specified px in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/HTML5-how-to-set-column-width-how-to-wrap-text-to-specified-px/m-p/40933#M23886</link>
    <description>&lt;P&gt;This is an ongoing question for me since 2014 and till today I could not find a solution.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://community.jmp.com/t5/Discussions/command-line-for-html5-CSS-wrapping-the-table-to-screen-width/m-p/13875#M13036" target="_blank"&gt;https://community.jmp.com/t5/Discussions/command-line-for-html5-CSS-wrapping-the-table-to-screen-width/m-p/13875#M13036&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I wish I could set the CSS commands inside JMP Settings so I could control the html output (table style, background color, fonts.... these three I can do after exporting the html file and later editing the CSS but setting wrap width and setting columns to the width of the data, I could not find....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How could I impement a data column message in a JSL?&lt;/P&gt;&lt;P&gt;And how do I set the column height?&lt;/P&gt;&lt;P&gt;The script for the table box is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;nw = &lt;/SPAN&gt;&lt;SPAN&gt;New Window&lt;/SPAN&gt;&lt;SPAN&gt;( &lt;/SPAN&gt;"ALL COMMENTS"&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;Table Box&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;SPAN&gt;Data Table Col Box&lt;/SPAN&gt;( :QUESTION ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;SPAN&gt;Data Table Col Box&lt;/SPAN&gt;( :Text ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;SPAN&gt;Data Table Col Box&lt;/SPAN&gt;( :CInDate ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;SPAN&gt;Data Table Col Box&lt;/SPAN&gt;( :COutDate ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;SPAN&gt;Data Table Col Box&lt;/SPAN&gt;( :Lastname ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;SPAN&gt;Data Table Col Box&lt;/SPAN&gt;( :Firstname ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;SPAN&gt;Data Table Col Box&lt;/SPAN&gt;( :COUNTRY ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;SPAN&gt;Data Table Col Box&lt;/SPAN&gt;( :Agency ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;SPAN&gt;Data Table Col Box&lt;/SPAN&gt;( :Room ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;SPAN&gt;Data Table Col Box&lt;/SPAN&gt;( :RoomType ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;SPAN&gt;Data Table Col Box&lt;/SPAN&gt;( :EntryId )&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; )&lt;/P&gt;&lt;P&gt;);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks in advance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 21 Jun 2017 11:28:05 GMT</pubDate>
    <dc:creator>saitcopuroglu</dc:creator>
    <dc:date>2017-06-21T11:28:05Z</dc:date>
    <item>
      <title>HTML5: how to set column width, how to wrap text to specified px</title>
      <link>https://community.jmp.com/t5/Discussions/HTML5-how-to-set-column-width-how-to-wrap-text-to-specified-px/m-p/40876#M23860</link>
      <description>&lt;P&gt;Dear Community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Working a lot with interactive html output, attached file has colums which are much wider than needed and the column named "text" needs wrapping (too long). &amp;nbsp;Could I do that with JSL?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2017-06-20 at 22.47.42.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/6523iC772366A546B9BCC/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2017-06-20 at 22.47.42.png" alt="Screen Shot 2017-06-20 at 22.47.42.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jun 2017 19:57:57 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/HTML5-how-to-set-column-width-how-to-wrap-text-to-specified-px/m-p/40876#M23860</guid>
      <dc:creator>saitcopuroglu</dc:creator>
      <dc:date>2017-06-20T19:57:57Z</dc:date>
    </item>
    <item>
      <title>Re: HTML5: how to set column width, how to wrap text to specified px</title>
      <link>https://community.jmp.com/t5/Discussions/HTML5-how-to-set-column-width-how-to-wrap-text-to-specified-px/m-p/40910#M23866</link>
      <description>&lt;P&gt;I am not aware of how to set the cell width for a character column, however, you can set the cell height, which effectively will wrap the cell values.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2017 00:23:04 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/HTML5-how-to-set-column-width-how-to-wrap-text-to-specified-px/m-p/40910#M23866</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2017-06-21T00:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: HTML5: how to set column width, how to wrap text to specified px</title>
      <link>https://community.jmp.com/t5/Discussions/HTML5-how-to-set-column-width-how-to-wrap-text-to-specified-px/m-p/40929#M23882</link>
      <description>&lt;P&gt;Could you use the &lt;FONT face="courier new,courier"&gt;Set Field Width&lt;/FONT&gt; or &lt;FONT face="courier new,courier"&gt;Set Display Width&lt;/FONT&gt;&amp;nbsp;data column messages in this case?&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2017 11:12:19 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/HTML5-how-to-set-column-width-how-to-wrap-text-to-specified-px/m-p/40929#M23882</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2017-06-21T11:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: HTML5: how to set column width, how to wrap text to specified px</title>
      <link>https://community.jmp.com/t5/Discussions/HTML5-how-to-set-column-width-how-to-wrap-text-to-specified-px/m-p/40933#M23886</link>
      <description>&lt;P&gt;This is an ongoing question for me since 2014 and till today I could not find a solution.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://community.jmp.com/t5/Discussions/command-line-for-html5-CSS-wrapping-the-table-to-screen-width/m-p/13875#M13036" target="_blank"&gt;https://community.jmp.com/t5/Discussions/command-line-for-html5-CSS-wrapping-the-table-to-screen-width/m-p/13875#M13036&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I wish I could set the CSS commands inside JMP Settings so I could control the html output (table style, background color, fonts.... these three I can do after exporting the html file and later editing the CSS but setting wrap width and setting columns to the width of the data, I could not find....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How could I impement a data column message in a JSL?&lt;/P&gt;&lt;P&gt;And how do I set the column height?&lt;/P&gt;&lt;P&gt;The script for the table box is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;nw = &lt;/SPAN&gt;&lt;SPAN&gt;New Window&lt;/SPAN&gt;&lt;SPAN&gt;( &lt;/SPAN&gt;"ALL COMMENTS"&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;Table Box&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;SPAN&gt;Data Table Col Box&lt;/SPAN&gt;( :QUESTION ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;SPAN&gt;Data Table Col Box&lt;/SPAN&gt;( :Text ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;SPAN&gt;Data Table Col Box&lt;/SPAN&gt;( :CInDate ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;SPAN&gt;Data Table Col Box&lt;/SPAN&gt;( :COutDate ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;SPAN&gt;Data Table Col Box&lt;/SPAN&gt;( :Lastname ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;SPAN&gt;Data Table Col Box&lt;/SPAN&gt;( :Firstname ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;SPAN&gt;Data Table Col Box&lt;/SPAN&gt;( :COUNTRY ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;SPAN&gt;Data Table Col Box&lt;/SPAN&gt;( :Agency ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;SPAN&gt;Data Table Col Box&lt;/SPAN&gt;( :Room ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;SPAN&gt;Data Table Col Box&lt;/SPAN&gt;( :RoomType ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;SPAN&gt;Data Table Col Box&lt;/SPAN&gt;( :EntryId )&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; )&lt;/P&gt;&lt;P&gt;);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks in advance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2017 11:28:05 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/HTML5-how-to-set-column-width-how-to-wrap-text-to-specified-px/m-p/40933#M23886</guid>
      <dc:creator>saitcopuroglu</dc:creator>
      <dc:date>2017-06-21T11:28:05Z</dc:date>
    </item>
  </channel>
</rss>

