CSSTITLEDIV and CSSTITLESPAN (JANUS DEFINE parameters): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
m (add displaytitle)
 
(13 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{DISPLAYTITLE:CSSTITLEDIV and CSSTITLESPAN}}
{{DISPLAYTITLE:CSSTITLEDIV and CSSTITLESPAN}}
<span class="pageSubtitle"><section begin="desc" />Specify 'div' or 'span' use for Legacy web screen titles.<section end="desc" /></span>
<span class="pageSubtitle">Specify 'div' or 'span' use for Legacy web screen titles</span>


<var>CSSTITLEDIV</var> and <var>CSSTITLESPAN</var> are parameters on [[JANUS DEFINE]], whichs define and sets characteristics of a Janus port. See the [[JANUS DEFINE#parmlist|List of JANUS DEFINE parameters]].
<var>CSSTITLEDIV</var> and <var>CSSTITLESPAN</var> are parameters on <var>[[JANUS DEFINE]]</var>, whichs define and sets characteristics of a Janus port.  


Indicates whether or not Janus Web Legacy support is to use a <code>&amp;lt;div></code> (<var>CSSTITLEDIV</var>) or <code>&amp;lt;span></code> (<var>CSSTITLESPAN</var>) tag for the title line of a screen when using an external style sheet.<div> and <span> tags are rendered differently on different browsers, though on most browsers a &amp;lt;div> causes extra space to be placed around the element. The default of <var>CSSTITLESPAN</var> is probably alright for most purposes, but <var>CSSTITLEDIV</var> can be used to make the title line stand out more.  
Indicates whether or not <var class="product">[[Janus Web Legacy Support]]</var> is to use a <code>&lt;div></code> (<var>CSSTITLEDIV</var>) or <code>&lt;span></code> (<var>CSSTITLESPAN</var>) tag for the title line of a screen when using an external style sheet. <code>&lt;div></code> and <code>&lt;span></code> tags are rendered differently on different browsers, though on most browsers a <code>&lt;div></code> causes extra space to be placed around the element. The default of <var>CSSTITLESPAN</var> is probably alright for most purposes, but <var>CSSTITLEDIV</var> can be used to make the title line stand out more.  


These parameters have no effect if an external style sheet is not used (CSS parameter in JANUS WEB SCREEN rules).  
These parameters have no effect if an external style sheet is not used (<var>CSS</var> parameter in <var>[[JANUS WEB SCREEN]]</var> rules).  


Before ''[[Sirius Mods]]'' Version 6.2, Janus Web Legacy support did not generate any CSS, so these parameters were not necessary or available.
The <var>CSSTITLEDIV</var> and <var>CSSTITLESPAN</var> parameters on the <var>JANUS DEFINE</var> can be overridden on a URL basis by the like-named parameters on <var>JANUS WEB SCREEN</var> rules, or they can be overridden on an application level by the like-named parameters in <var>[[$Web_Screen]]</var> calls.  
 
The <var>CSSTITLEDIV</var> and <var>CSSTITLESPAN</var> parameters on the JANUS DEFINE can be overridden on a URL basis by the like-named parameters on JANUS WEB SCREEN rules, or they can be overridden on an application level by the like-named parameters in $Web_Screen calls.  


Valid only for <var>[[JANUS DEFINE#type|WEBSERV]]</var> ports.
Valid only for <var>[[JANUS DEFINE#type|WEBSERV]]</var> ports.


==References==
==See also==
 
<ul>
See: [[List of Janus commands]] | [[JANUS DEFINE#parmlist|List of JANUS DEFINE parameters]].
<li>[[List of Janus commands]]
<li>[[JANUS DEFINE#parmlist|List of JANUS DEFINE parameters]]
</ul>


[[Category:JANUS DEFINE parameters|CSSTITLEDIV and CSSTITLESPAN]]
[[Category:JANUS DEFINE parameters|CSSTITLEDIV and CSSTITLESPAN]]

Latest revision as of 18:10, 8 June 2016

Specify 'div' or 'span' use for Legacy web screen titles

CSSTITLEDIV and CSSTITLESPAN are parameters on JANUS DEFINE, whichs define and sets characteristics of a Janus port.

Indicates whether or not Janus Web Legacy Support is to use a <div> (CSSTITLEDIV) or <span> (CSSTITLESPAN) tag for the title line of a screen when using an external style sheet. <div> and <span> tags are rendered differently on different browsers, though on most browsers a <div> causes extra space to be placed around the element. The default of CSSTITLESPAN is probably alright for most purposes, but CSSTITLEDIV can be used to make the title line stand out more.

These parameters have no effect if an external style sheet is not used (CSS parameter in JANUS WEB SCREEN rules).

The CSSTITLEDIV and CSSTITLESPAN parameters on the JANUS DEFINE can be overridden on a URL basis by the like-named parameters on JANUS WEB SCREEN rules, or they can be overridden on an application level by the like-named parameters in $Web_Screen calls.

Valid only for WEBSERV ports.

See also