英文:
Oracle Apex unable to align page items with checkbox
问题
我有一个模态对话框,主题是“页面模态”。
它有5个项目,其中一个是复选框,其余4个是有条件出现的文本框。
因此,一次只会显示一个项目。
目前,模态对话框的宽度是500。
即使复选框和其他项目的“开始新行”已关闭,在应用程序构建器的布局中它们似乎在同一行上。
但在运行应用程序时,它们都会出现在单独的行中。
复选框
项目_1
我尝试增加宽度,但这会拉伸对话框,复选框和项目看起来像这样。
复选框
项目_1
由于限制,我无法在演示应用程序中显示这个。请建议是否可能。
英文:
I have a modal dialog with Theme as page moda as modal dialog.
It has 5 items where there'sone checkbox and rest 4 are text boxes appearing conditionally.
So at one time there would be only one item showing.
Currently Modal dialog width is 500.
Even when the check box and other items have Start new row turned off and in the layout in app builder they seem in same row..
When app is run they all come in separate rows.
Checkbox
Item_1
I tried increasing width but that stretches dialog, and the checkbox and item appear something like this.
Checkbox
Item_1
Due to restrictions i cannot show this in demo app.
Please advise if possible.
答案1
得分: 1
以下是要翻译的内容:
查看与列相关的布局属性:
column
表示该项将放置在12列中的哪一列(每个页面,每个区域都分为12列)column span
表示该项将占用多少列(12列中的几列)label column span
表示标签项将占用多少列
我不知道您将在这里使用哪些值,但是可以尝试不同的值,设置它们以了解您可以使用它来实现什么效果,然后找到适合您需求的组合。
英文:
Look at Layout's properties that are related to columns:
column
says in which of 12 columns (every page, every region is split into 12 columns) will that item be positionedcolumn span
says how many columns (out of 12) will that item occupylabel column span
says how many columns will item's label take
I don't know which values you'll use here, but - play with it, set them to various values to get the idea of what you can do with it, and then find a combination which will suit your needs.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论