問題タブ [juzu]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
java - juzu フレームワークの開発で gtmpl ファイルを使用するのはなぜですか?
juzuフレームワークの開発時にjspファイルなどの代わりにgtmplファイルを使用することの有用性を誰かが説明してくれますか?
intellij-idea - IntelliJ *.gtmpl juzu ファイル
IntelliJ を使用した eXo Platform のポートレット開発用の Juzu プロジェクトを構築しています。
問題は、テンプレート ファイルがindex.gtmpl
であり、その中に HTML コーディングを含めることができるが、ファイルが単純なテキスト ファイルとして開かれることです。
不足している構成にプラグインはありますか?
ありがとう!
================= **編集** ===========================
私のファイルは次のようになります。
editMode.gtmpl
#{param name=enableComment/}
<form action="@{JuZcretApplication.enableComment()}" method="POST" role="form">
<h5>Configuration</h5>
<input type="checkbox" name="enableComment" <%=enableComment ? "checked" : "" %>/>
Enable Comment
<button type="submit">Save</button>
</form>