Using "attribute_view_gui" with the 'break' function

Author Message

Cam McVey

Friday 30 January 2004 7:38:59 pm

I'm desparate - I cannot seem to find an example of how to use the 'break' function with "attribute_view_gui". Here's some code:

<p id="story_intro">{attribute_view_gui attribute=$node.object.data_map.story_intro"}</p>

There are lots of new lines in the entered text when the story was submitted earlier. What code would I use to make these new lines into html break tags (e.g., <br /> )?

Thanks for any help!

Cam McVey

Monday 02 February 2004 6:07:52 am

Nobody got any bright ideas? I'm really stuck here!

attribute_view_gui seems to only want an object, not a string, so there doesn't seem to be any way to pipe the value to the 'break' function and then have it be displayed.

Any help given would be really appreciated.

Balazs Halasy

Monday 02 February 2004 7:32:40 am

There are two ways of showing content:

1) Showing it using the attribute's view template
2) Showing it directly

You're doing number one. What happens there is that eZ publish inserts another template where you call the "attribute_view_gui" function. Instead, you could do something like this:

"$node.object.data_map.story_intro.content"

This will return the string that is stored in that attribute. Now, you could simply pipe that string into whatever operator you want. See? (PS: If story_intro is XML text then you would have to do append a ".content.output.output_text" to the attribute. If story_intro is only text/text-line then .content is enough.)

Cheers..

Balazs

PS: Please do NOT post the same problem in different forum categories, this will simply annoy people and will in no way decrease response time(s).

Cam McVey

Monday 02 February 2004 7:52:44 am

Perfect! This did exactly what I wanted:

<p id="story_intro">{$node.object.data_map.story_intro.content | break}</p>

Thank you very much!

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 18 2025 22:12:27
Script start
Timing: Jan 18 2025 22:12:27
Module start 'layout'
Timing: Jan 18 2025 22:12:27
Module start 'content'
Timing: Jan 18 2025 22:12:27
Module end 'content'
Timing: Jan 18 2025 22:12:27
Script end

Main resources:

Total runtime0.5472 sec
Peak memory usage4,096.0000 KB
Database Queries60

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0049 588.0391152.6406
Module start 'layout' 0.00490.0024 740.679739.4766
Module start 'content' 0.00730.5384 780.1563513.3047
Module end 'content' 0.54570.0015 1,293.460912.1250
Script end 0.5472  1,305.5859 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00340.6122160.0002
Check MTime0.00140.2633160.0001
Mysql Total
Database connection0.00070.119510.0007
Mysqli_queries0.498491.0825600.0083
Looping result0.00050.0954580.0000
Template Total0.521995.420.2609
Template load0.00240.440220.0012
Template processing0.519494.919520.2597
Template load and register function0.00010.020710.0001
states
state_id_array0.00040.080610.0004
state_identifier_array0.00120.213420.0006
Override
Cache load0.00200.3623320.0001
Sytem overhead
Fetch class attribute can translate value0.00050.090820.0002
Fetch class attribute name0.00090.169450.0002
XML
Image XML parsing0.00060.115320.0003
class_abstraction
Instantiating content class attribute0.00000.002150.0000
General
dbfile0.00070.1296160.0000
String conversion0.00000.001640.0000
Note: percentages do not add up to 100% because some accumulators overlap

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
4content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
4content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
1content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
1content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 12
 Number of unique templates used: 6

Time used to render debug report: 0.0001 secs