Show Changes Show Changes
Print Print
Recent Changes Recent Changes
Subscriptions Subscriptions
Lost and Found Lost and Found
Find References Find References
Rename Rename
Administration Page Administration Page
Search

History

8/16/2007 3:18:07 AM
DerekLakin-90.199.71.244
List all versions List all versions

RSS feed for the FlexWiki namespace

Change Note For Long Line Scrolling
.
Owner
RequiredBuild
RelatedBugs
RelatedFeatureRequests
Summary

Resolution

Add the following additional style definition in wiki.css

  pre {
  background:#FFFAF2;
  border:solid 1px #6A4E22;
  overflow:auto;
  padding:4px 4px 4px 0;
  }

Problem

A long text line in a <pre> block is not entirely visible as the borders obscure the right end of the text. A scroll bar should be activated if the the <pre> block exceeds the size of the main body.

Example

    <!-- Namespace providers are responsible for storing the information in FlexWiki topics. 
         Namespaces can be stored in the filesystem or in SQL Server. It is generally better 
         not to edit this section by hand. Use the administrative tools located at /admin
         off the wiki root URL instead. -->
    <NamespaceProviders>
      <!-- A sample provider that stores a wiki namespace called SampleNamespaceOne in the filesystem 
          in the directory Namespaces\SampleNamespaceOne (relative to the directory where FlexWiki 
          is installed). Note that the ID must be unique amongst all providers. -->
      <Provider Id="5a2caaff-c139-40ad-85df-cdf136c95458" Type="FlexWiki.FileSystemNamespaceProvider" AssemblyName="FlexWiki">
        <Parameters>
          <Parameter Name="Namespace" Value="SampleNamespaceOne" />
          <Parameter Name="Root" Value="Namespaces\SampleNamespaceOne" />
        </Parameters>
      </Provider>


      <!-- A second sample provider. -->
      <Provider Id="efa37414-d13e-487a-bf13-ab506f05bd08" Type="FlexWiki.FileSystemNamespaceProvider" AssemblyName="FlexWiki">
        <Parameters>
          <Parameter Name="Namespace" Value="SampleNamespaceTwo" />
          <Parameter Name="Root" Value="Namespaces\SampleNamespaceTwo" />
        </Parameters>
      </Provider>
    </NamespaceProviders>

Not logged in. Log in

Welcome to the home of FlexWiki, a collaboration tool, based on WikiWiki, implemented using Microsoft .NET technologies

This is FlexWiki, an open source wiki engine.

This site supports the new NoFollow anti-spam initiative.
Change Style

Recent Topics