Forums / Suggestions / no-whitespace template operator

no-whitespace template operator

Author Message

Daniel Staver

Sunday 07 September 2003 2:34:32 pm

I suggest making a template operator that removes all whitespace outside of html-tags within the template operator.

Example:

{no-whitespace}
<img src="test1.gif">
<img src="test2.gif">
<img src="test3.gif">
{/no-whitespace}

This would remove all whitespace between the image tags and place them on one line in the generated code:

<img src="test1.gif"><img src="test2.gif"><img src="test3.gif">

HTML elements such as images, form buttons, list items and CSS inline elements are all affected by linebreaks in the code and often needs to be put on a single line to preserve the intended design of the web-site. This template operator would allow us to keep the template code nicely formatted in such cases.

Daniel Staver
http://daniel.staver.no

Jan Borsodi

Monday 08 September 2003 2:42:36 am

Good idea, this makes it easier to write templates for readability and structure while still getting proper HTML output without extra spaces.

--
Amos

Documentation: http://ez.no/ez_publish/documentation
FAQ: http://ez.no/ez_publish/documentation/faq

Daniel Staver

Wednesday 10 September 2003 3:32:32 am

I't would also be good if the operator preserved whitespace between text inside tags:

This:

{no-whitespace}
<ul>
<li>This is a text</li>
<li>This another text</li>
</ul>
{/no-whitespace}

Should produce this:

<ul><li>This is a text</li><li>This another text</li></ul>

Not this:

<ul><li>Thisisatext</li><li>Thisanothertext</li></ul>

This is one of the specific cases where I would use the no-whitespace operator. With standard compliant CSS it's possible to format lists to look like rows or columns of buttons, while they will show up as regular lists in older browsers. For this to work it's vital to remove every whitespace between the </li><li> tags, otherwise you get unwanted spacing between the buttons.

Daniel Staver
http://daniel.staver.no

Paul Forsyth

Wednesday 10 September 2003 3:41:15 am

This would be very helpful with browser compatibility. Many of the problems I come across when trying to shape up a site in IE and Mozilla are whitespace-related.

As well as white space could a similar operator help with tabs? I use a lot of tabs when editing to format my files but when it is processed into html the source can be very ugly. Lots of whitespace, new lines and tabs cluttering up the view.

Paul

eZ debug

Timing: Jan 18 2025 04:17:06
Script start
Timing: Jan 18 2025 04:17:06
Module start 'content'
Timing: Jan 18 2025 04:17:07
Module end 'content'
Timing: Jan 18 2025 04:17:07
Script end

Main resources:

Total runtime1.0381 sec
Peak memory usage4,096.0000 KB
Database Queries199

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0074 587.7266180.8359
Module start 'content' 0.00740.8643 768.5625593.0859
Module end 'content' 0.87170.1663 1,361.6484339.4922
Script end 1.0380  1,701.1406 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00450.4341210.0002
Check MTime0.00160.1582210.0001
Mysql Total
Database connection0.00090.088210.0009
Mysqli_queries0.946891.20771990.0048
Looping result0.00260.25361970.0000
Template Total0.999896.320.4999
Template load0.00320.304020.0016
Template processing0.996696.005120.4983
Template load and register function0.00010.011010.0001
states
state_id_array0.00190.180310.0019
state_identifier_array0.00140.133320.0007
Override
Cache load0.00280.2739360.0001
Sytem overhead
Fetch class attribute can translate value0.00150.148640.0004
Fetch class attribute name0.00130.122660.0002
XML
Image XML parsing0.00140.136240.0004
class_abstraction
Instantiating content class attribute0.00000.001470.0000
General
dbfile0.00400.3829340.0001
String conversion0.00000.000630.0000
Note: percentages do not add up to 100% because some accumulators overlap

CSS/JS files loaded with "ezjscPacker" during request:

CacheTypePacklevelSourceFiles
CSS0extension/community/design/community/stylesheets/ext/jquery.autocomplete.css
extension/community_design/design/suncana/stylesheets/scrollbars.css
extension/community_design/design/suncana/stylesheets/tabs.css
extension/community_design/design/suncana/stylesheets/roadmap.css
extension/community_design/design/suncana/stylesheets/content.css
extension/community_design/design/suncana/stylesheets/star-rating.css
extension/community_design/design/suncana/stylesheets/syntax_and_custom_tags.css
extension/community_design/design/suncana/stylesheets/buttons.css
extension/community_design/design/suncana/stylesheets/tweetbox.css
extension/community_design/design/suncana/stylesheets/jquery.fancybox-1.3.4.css
extension/bcsmoothgallery/design/standard/stylesheets/magnific-popup.css
extension/sevenx/design/simple/stylesheets/star_rating.css
extension/sevenx/design/simple/stylesheets/libs/fontawesome/css/all.min.css
extension/sevenx/design/simple/stylesheets/main.v02.css
extension/sevenx/design/simple/stylesheets/main.v02.res.css
JS0extension/ezjscore/design/standard/lib/yui/3.17.2/build/yui/yui-min.js
extension/ezjscore/design/standard/javascript/jquery-3.7.0.min.js
extension/community_design/design/suncana/javascript/jquery.ui.core.min.js
extension/community_design/design/suncana/javascript/jquery.ui.widget.min.js
extension/community_design/design/suncana/javascript/jquery.easing.1.3.js
extension/community_design/design/suncana/javascript/jquery.ui.tabs.js
extension/community_design/design/suncana/javascript/jquery.hoverIntent.min.js
extension/community_design/design/suncana/javascript/jquery.popmenu.js
extension/community_design/design/suncana/javascript/jScrollPane.js
extension/community_design/design/suncana/javascript/jquery.mousewheel.js
extension/community_design/design/suncana/javascript/jquery.cycle.all.js
extension/sevenx/design/simple/javascript/jquery.scrollTo.js
extension/community_design/design/suncana/javascript/jquery.cookie.js
extension/community_design/design/suncana/javascript/ezstarrating_jquery.js
extension/community_design/design/suncana/javascript/jquery.initboxes.js
extension/community_design/design/suncana/javascript/app.js
extension/community_design/design/suncana/javascript/twitterwidget.js
extension/community_design/design/suncana/javascript/community.js
extension/community_design/design/suncana/javascript/roadmap.js
extension/community_design/design/suncana/javascript/ez.js
extension/community_design/design/suncana/javascript/ezshareevents.js
extension/sevenx/design/simple/javascript/main.js

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
3content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
4content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
6content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
2content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1pagelayout.tpl<No override>extension/sevenx/design/simple/templates/pagelayout.tplEdit templateOverride template
 Number of times templates used: 17
 Number of unique templates used: 6

Time used to render debug report: 0.0001 secs