Refine your search:

I recently converted from a simple to advanced XML view for a parametrized search. I would like to get the results (displayed in a SimplerResultsTable as of now) to word wrap. The lines in the table are exceedingly long and impossible to print clearly without getting word wrap working.

I've tried using the SoftWrap option <param name="label">Search</param> <module name="HiddenSearch" layoutpanel="panel_row1_col1" autorun="False"> <param name="search">source="forechange" user="$user$" summary="$summary$"</param>

        <module name="ViewstateAdapter">
          <module name="HiddenFieldPicker">
            <param name="strictMode">True</param>
            <module name="JobProgressIndicator"/>
            <module name="Paginator">
              <param name="count">10</param>
              <param name="entityName">results</param>

              <module name="SoftWrap" layoutPanel="panel_row1_col1">

                <module name="SimpleResultsTable">
                  <param name="fields">_time,user,desc,summary,details</param>

and updating the CSS with

.SimpleResultsTable table.simpleResultsTable {
    white-space:normal;
 }

Neither appears to be working. What am I doing wrong?

asked 23 May '11, 12:05

timbCFCA's gravatar image

timbCFCA
513
accept rate: 0%

Be the first one to answer this question!
toggle preview

Follow this question

Log In to enable email subscriptions

RSS:

Answers

Answers + Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×161
×1

Asked: 23 May '11, 12:05

Seen: 605 times

Last updated: 23 May '11, 12:05

Copyright © 2005-2012 Splunk, Inc. All rights reserved.