TYPO3 tt_news。如何在模板中的属性中输出字段?

时间:2016-11-10 10:08:47

标签: html typo3 typoscript

我试着这样做:

if( d3.select("#myGraph") ) {
   var svg = d3.select("#myGraph")
         .append( "svg")
         .attr("width", 1000)
         .attr("height", 1000);

   // Do stuff with SVG.
}

而且:

<div class="<!-- ###AUTHOR### --><!-- ###AUTHOR### -->">

但它不起作用

1 个答案:

答案 0 :(得分:0)

woops,第二个变种有效,但我写错了