Tags:
create new tag
, view all tags

Question

Building a simple application...

I have a form that defines data - say "FormDesign". I have a template topic that uses that form and provides default data - say "FormCreateWithDefaultData".

When a topic is created using "FormCreateWithDefaultData" and then viewed, the name of the form is always shown above the form, i.e., I see "FormDesign" across the top of the form data table.

How can I get rid of this name (i.e., "FormDesign") being there?

Thanks!!! (p.s. making real progress here - great framework!!!)

Environment

TWiki version: TWikiRelease04x02x00
TWiki plugins: DefaultPlugin, EmptyPlugin, InterwikiPlugin
Server OS:  
Web server:  
Perl version:  
Client OS:  
Web Browser:  
Categories: Forms

-- PeterGaston - 30 Sep 2008

Answer

ALERT! If you answer a question - or have a question you asked answered by someone - please remember to edit the page and set the status to answered. The status is in a drop-down list below the edit box.

Since this title is emitted as HTML code in a <th class='twikiFormTableHRow twikiFirstCol' colspan='2'> just putting in the page a CSS code like will do, (I did it on this page to make the WebForm name disappear):

  • <style type='text/css'>th.twikiFormTableHRow {display:none}</style>

-- ColasNahaboo - 30 Sep 2008

Awesome! I'm (slowly) coming up the learning curve!

-- PeterGaston - 01 Oct 2008

 
Change status to:
Topic revision: r3 - 2008-10-01 - PeterGaston
 
Twitter Delicious Facebook Digg Google Bookmarks E-mail LinkedIn Reddit StumbleUpon    
  • Download TWiki
TWiki logo Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2012 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.