Using "attribute_view_gui" with the 'break' function

Author Message

Cam McVey

Friday 30 January 2004 7:48:19 am

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:08:26 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:28:53 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

Cam McVey

Monday 02 February 2004 7:53:21 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:32:22
Script start
Timing: Jan 18 2025 22:32:22
Module start 'layout'
Timing: Jan 18 2025 22:32:22
Module start 'content'
Timing: Jan 18 2025 22:32:23
Module end 'content'
Timing: Jan 18 2025 22:32:23
Script end

Main resources:

Total runtime0.8254 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.0085 588.0625152.6406
Module start 'layout' 0.00850.0038 740.703139.4766
Module start 'content' 0.01230.8115 780.1797512.5781
Module end 'content' 0.82380.0015 1,292.757812.1250
Script end 0.8253  1,304.8828 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00320.3909160.0002
Check MTime0.00120.1507160.0001
Mysql Total
Database connection0.00150.175810.0015
Mysqli_queries0.772793.6243600.0129
Looping result0.00070.0865580.0000
Template Total0.787295.420.3936
Template load0.00220.262820.0011
Template processing0.785195.118120.3925
Template load and register function0.00010.016210.0001
states
state_id_array0.00080.099010.0008
state_identifier_array0.00070.083220.0003
Override
Cache load0.00180.2194250.0001
Sytem overhead
Fetch class attribute can translate value0.00060.069420.0003
Fetch class attribute name0.00180.222050.0004
XML
Image XML parsing0.00060.078120.0003
class_abstraction
Instantiating content class attribute0.00000.001650.0000
General
dbfile0.00140.1697160.0001
String conversion0.00000.001340.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
5content/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: 13
 Number of unique templates used: 6

Time used to render debug report: 0.0001 secs