cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

suppressing continued header in editor view

kmccain
3-Visitor

suppressing continued header in editor view

Hi,

After searching through the tips in this forum I finally managed to create a Continued table header in my FOSI that works. My problem is that I now have both titles show up in the editor view although everything prints out correctly when a table splits over pages. Is there a way to suppress showing the continued title in the editor view? seeing both is freaking the writers out when they check files on screen.

Thanks,

Kim

5 REPLIES 5



You can suppress it in the editor view. (specval="editor-only") You
must set your view preferences to not show hidden content. This will
affect every suppressed element and make them all invisible when
editing.


Oops, sorry, I meant -- specval attname="editor-only"


Even suppressed content appears by default in the editor view, or else
it would be very hard to edit it.

You can:
set hidesuppressed=on
in the command window to cause suppressed content not to be displayed in
the edit window and to give you a more wysiwyg view in the edit window.

paul

Yes.

Use a specval print-only for your continued float. Use two if you have
more than one column possible


<att>
<specval attname="pgwide" attloc="table" attval="0">
<specval attname="print-only" attloc="system-var" attval="#ANY">
<charsubset>
<usetext source="tabletitle.tdv," \=" –=" continued\&quot;<br="/>placemnt="before">
<subchars>
<float flidref="top-col.flt" width="col"&lt;br"/>scope="table" pagetype="next">
</subchars>
</usetext>
</charsubset>
</att>
<att>
<specval attname="pgwide" attloc="table" attval="1">
<specval attname="print-only" attloc="system-var" attval="#ANY">
<charsubset>
<usetext source="tabletitle.tdv," \=" –=" continued\&quot;<br="/>placemnt="before">
<subchars>
<float flidref="top-page.flt" width="page"&lt;br"/>scope="table" pagetype="next">
</subchars>
</usetext>
</charsubset>
</att>

-Andy
\ / Andy Esslinger LM Aero Tech Order Data
_____-/\-_____ (817) 279-0442 Box 748, Mail Zone 4285
\_\/_/ (817) 777 3047 Ft. Worth, TX 76101-0748


-----End Original Message-----

Kim,

I forgot to mention that the attribute tests that I provided get added
to the
<e-i-c=&quot;title&quot; context="table">.

I assumed your dtd and fosi are similar to mine, but that may not have
been a good assumption.

Did you figure out what I meant?

-Andy
\ / Andy Esslinger LM Aero Tech Order Data
_____-/\-_____ (817) 279-0442 Box 748, Mail Zone 4285
\_\/_/ (817) 777 3047 Ft. Worth, TX 76101-0748

Announcements