Categories > TinyButStrong general >

block=begin|end and attribute questions

The forum is closed. Please use Stack Overflow for submitting new questions. Use tags: tinybutstrong , opentbs
By: mgb
Date: 2007-11-02
Time: 09:33

block=begin|end and attribute questions

Hi all,
Is there another way to hide attributes?
[meta;block=begin]
<meta [meta.http-equiv;if '[val]'!='';then 'http-equiv="[val]" ';noerr][meta.name;if '[val]'!='';then 'name="[val]" ';noerr][meta.scheme;if '[val]'!='';then 'scheme="[val]" ';noerr]content="[meta.content;noerr]" />
[meta;block=end]
can you do the above and this
[rollsubmenu;block=begin;p1=[rollmenu.#]]
<a href="[rollsubmenu.url;block=a]">[rollsubmenu.title]</a>
[rollsubmenu;block=end]
without block=begin/end?
Thanks in advance
By: Skrol29
Date: 2007-11-03
Time: 22:48

Re: block=begin|end and attribute questions

Hi,

That's the only way I see.
But a feature to delete and/or modify attributes is cooking for a next version of TBS.
By: mgb
Date: 2007-11-04
Time: 13:12

Re: block=begin|end and attribute questions

cool, thanks.