portal entry

select a category, or use search below
(searches all categories and all time range)
Title:

Automatic Close Tags

| View in Portal
January 17, 2019 08:54:40 PM GMT
4 Comments
<p>Question re ColdFusion Builder and Auto Close Tags</p>
<p>The post <a rel="nofollow" href="https://coldfusion.adobe.com/2019/01/automatic-close-tags/">Automatic Close Tags</a> appeared first on <a rel="nofollow" href="https://coldfusion.adobe.com">ColdFusion</a>.</p>
Labels: ColdFusion Builder, Question, Questions, ColdFusion, question, questions

Comments:

Let me give an off topic answer. Use CFScript as much as possible Automatic closing tags are often more trouble than they are worth
Comment by James Mohler
1564 | January 17, 2019 09:05:05 PM GMT
just type </ the editor will write the corresponding closure tag.
Comment by RAHUL UPADHYAY
1563 | January 17, 2019 09:06:17 PM GMT
Are you opening the file as a .cfm file? Or if creating a new file, are you telling it to create a new CF file? It needs to know that a file is CFML before it will regard it as such. Note also that if you don't go to the additional step of defining what CFB calls a "project" (where you point it at the folder holding your code), then some additional features don't work well. If you may just be opening the editor and trying to have a go, you would do well to check out the docs that are available. They walk one through getting started, and understanding the features and how to enable them. At a minimum, check out the getting started guide: <a href="https://helpx.adobe.com/coldfusion/getting-started-coldfusion-builder.html" rel="nofollow">https://helpx.adobe.com/coldfusion/getting-started-coldfusion-builder.html</a> Beyond that, see the CFB docs offered on the left (along with other CF docs) at: https://helpx.adobe.com/coldfusion/user-guide.html
Comment by Charlie Arehart
1565 | January 17, 2019 09:07:40 PM GMT
I just had the same struggle and found the solution - you were close!  Under HTML -> Editor -> Typing I had to set the Auto-close tags to When typing '>' of start tag.
Comment by shinglehouse
2281 | September 08, 2019 07:13:25 PM GMT