How to insert authored number from cq:dialog into HTML
Compared to most questions here, this is very basic, but I can't seem to find a resource with the information. In my cq:dialog for a new component that I'm building, I'm using the sling:resourceType, "granite/ui/components/foundation/form/numberfield" to capture a number from content managers, which represents "height" in pixels. How can I insert that authored number into the following HTML?
For example, if the content editor enters "25", how can I get this result?
<pre style="height:25;"> </pre>