' Start the new grid: Yes "does not start new grid.

Hello

I use apex 4.2.6.

I encountered a problem. I want to create my own grid of the apex. So I created templates in the PAGE template for container, column and line.


I expect apex to create the new html markup for grid (as defined in the model) whenever I set something like "START NEW GRID: YES.

And I expect him to create a new tag html line whenever I set something like "START NEW ROW: YES '.


But this isn't the case. For example, my region parent in this example is set to start new grid. But he isn't getting wrapped.

<div class="ui grid">
....REGION SHOULD GO HERE...
</div>


Is there something obvious that I'm missing?


Apex. Oracle.com

Application 47718


TINO


[email protected]


password: test123


Para wrote:

https://Apex.Oracle.com/pls/Apex/f?p=87910:1

OK, I'm always busy with this one.

What I want to accomplish is this kind of layout.

This is a documentation on the ui semantics that I use.

http://Semantic-UI.com/collections/grid.html

I got tangled up with grid new departure, the new starting line, new column... And so on.

I only got tangled up with regions tho. I don't know why, but when I used the apex grid place my input elements that they behaved exactly as I wanted them to have.

The problem with the problem of layout is that the div for the first line is not closed when it should be. I didn't spot that is still, but doing so is not being facilitated by a large number of other HTML validation errors.

One was that the title of model of region report had an opening H1 tag and a closing tag H2. I fixed this one, but there are also a number of problems with the tables in the report (including the use of the substitution #REPORT_ATTRIBUTES string #: attributes are not synonymous of classes).

I suggest that resolve you all these fundamental (and so easy to fix) error HTML first before focusing on the layout problem more complex. Paste the source code of the page in the W3C HTML Validator and try to fix the errors reported. Focus on those in the body of the page, which arise from the model code.

Tags: Database

Similar Questions

Maybe you are looking for