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 someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is 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:
Edit | Attach | Watch | Print version | History: r3 < r2 < r1 | Backlinks | Raw View | Raw edit | More topic actions
Topic revision: r3 - 2008-10-01 - PeterGaston
 
  • Learn about TWiki  
  • Download TWiki
This site is powered by the TWiki collaboration platform Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2026 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.