AppGini Helper JavaScript Library & Admin LTE

This sub-forum is for discussing all topics related to AppGini Helper JavaScript Library, provided by bizzworxx as a third-party AppGini plugin.
Post Reply
mdannatt
Veteran Member
Posts: 41
Joined: 2020-01-27 17:34

AppGini Helper JavaScript Library & Admin LTE

Post by mdannatt » 2022-09-17 17:02

Hi Jan
I hope you are keeping well. I was looking at implementing Admin LTE to get a left hand menu (found at https://adminlte.io/).
More specifically, the AppGini Version vt rngoda (viewtopic.php?t=4792).
Sadly, I have run into a problem I can't seem to solve.
WIth AppginiLTE installed, AppginiHelper still produces tabbed layouts (and prepend and append still work), but multiple column format breaks and reverts to single column.

Code: Select all

var dv = new AppGiniDetailView();
 	var row_1 = dv.addLayout([4,4,4])
	.add(1, ["field 1"])
	.add(2, ["field 2"])
	.add(3, ["field 3"])
	.wrapLabels()
dv.addTab("Details-tab", "Tab Header", "cog")
		.add(row_1)
		.add(row_2)
		.add(row_3)
Looking at Console, there are no obvious errors to help narrow down the problem. Anything obvious I can implement/workaround?

Warm Regards

Matthew
Roses are red, Violets are blue, unexpected '}' on line 32

User avatar
jsetzer
AppGini Super Hero
AppGini Super Hero
Posts: 1807
Joined: 2018-07-06 06:03
Location: Kiel, Germany
Contact:

Re: AppGini Helper JavaScript Library & Admin LTE

Post by jsetzer » 2022-09-18 03:22

Hi,

If there are compatibility problems please directly ask the vendor of the AdminLTE plugin.
Kind regards,
<js />

My AppGini Blog:
https://appgini.bizzworxx.de/blog

You can help us helping you:
Please always put code fragments inside [code]...[/code] blocks for better readability

AppGini 24.10 Revision 1579 + all AppGini Helper tools

mdannatt
Veteran Member
Posts: 41
Joined: 2020-01-27 17:34

Re: AppGini Helper JavaScript Library & Admin LTE

Post by mdannatt » 2022-09-18 07:03

thanks jan
Roses are red, Violets are blue, unexpected '}' on line 32

Post Reply