Fórum

Dynamic Data Lists view in more than one column

Marko Perić, modificado 9 Anos atrás.

Dynamic Data Lists view in more than one column

Junior Member Postagens: 52 Data de Entrada: 03/09/14 Postagens Recentes
Hello guys,

I have a long set of UI components (text,textbox,radio,..) and I'm trying to show data in DDL in more than one column - one component below other as it's now by default, because it's not user-friendly to have more than half screen blank and user must scroll down to see whole form. I tried to make it by using Display Template but unsuccesfully. I know it is similar in every CMS-like framework, but is it maybe possible to do with Liferay? I suppose it's very needed to many developers.

Thanks in advance!
thumbnail
Ravi Kumar Gupta, modificado 9 Anos atrás.

RE: Dynamic Data Lists view in more than one column

Liferay Legend Postagens: 1302 Data de Entrada: 24/06/09 Postagens Recentes
I guess a JSP hook to dynamic data list jsp files will solve the problem.
Marko Perić, modificado 9 Anos atrás.

RE: Dynamic Data Lists view in more than one column

Junior Member Postagens: 52 Data de Entrada: 03/09/14 Postagens Recentes
Thanks Ravi for your response,

I have thought it can be solved inside Dynamic Data List configuration directly on Portal, but I will have to create hook for that purpose obviously.

Thanks again emoticon
The Big, modificado 8 Anos atrás.

RE: Dynamic Data Lists view in more than one column

New Member Postagens: 6 Data de Entrada: 22/09/15 Postagens Recentes
Hi Marko!

I've created a hook ext, and override the "html/portlet/dynamic_data_mapping/form_builder.jspf" file.
My trying code here:

<div class="diagram-builder-content-container">
	<div class="diagram-builder-canvas">
		<table>
			<tbody><tr>
				<td><div class="diagram-builder-drop-container"></div></td>
				<td><div class="diagram-builder-drop-container"></div></td>
				<td><div class="diagram-builder-drop-container"></div></td>
			</tr>
		</tbody></table>	
	</div>
</div>

But when I drag and drop the fields can only be located in the first column.
How can drag/drop on the 2nd and 3rd column? You have to solve the your problem that like?
Megala Krishnan, modificado 6 Anos atrás.

RE: Dynamic Data Lists view in more than one column

New Member Mensagem: 1 Data de Entrada: 22/06/17 Postagens Recentes
Hi

I am also facing the same issue, If u have resolved this issue, I have to do this in LIferay7.
Please help me.