By: RwD
Date: 2005-02-28
Time: 12:25
|
[ request ] attribute magnets
Would it be possible to have an tbs field inside an attribute and specify that the magnet tag refers to an attribute. Something like this:
<div id="[var.section.id;magnet=id;mtype=a]">
|
By: RwD
Date: 2005-02-28
Time: 12:33
|
[ request ] attribute magnets
Another thought on this also shows how this works with the quotes.
define the delimiters:
<div id="[var.section.id;magnet=id;mtype=a*dquot;]">
<div id='[var.section.id;magnet=id;mtype=a*squot]'>
<div id=[var.section.id;magnet=id;mtype=a*nquot]>
autofind:
<div id="[var.section.id;magnet=id;mtype=a*]">
<div id='[var.section.id;magnet=id;mtype=a*]'>
<div id=[var.section.id;magnet=id;mtype=a*]>
|
By: Skrol29
Date: 2005-02-28
Time: 14:22
|
Re: [ request ] attribute magnets
I'm already working on a solution to do this. I can't say it will be integrated, but I'm working on it. It depends on how complicated the code could be.
Only attributes delimited with "" will be supported, because this is now the Html standard.
|
|
Posting in progress.
Please wait...
|