我需要增加触摸ui对话框cq5的长度和宽度。我有多个标签,这些标签不适合对话框的小尺寸,因此对齐会被破坏。
答案 0 :(得分:0)
答案 1 :(得分:0)
您可以在_cq_dialog.xml中添加“宽度”参数
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0"
xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0"
jcr:primaryType="nt:unstructured"
jcr:title="My title"
width="{Long}650"
sling:resourceType="cq/gui/components/authoring/dialog">