glenoir62 / liferay-pokemon-item-selector

Code for Liferay's /dev/24 talk

Home Page:https://liferay.dev/24

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Liferay Pokémon Item Selector

Code for Liferay's /dev/24 talk.

Follow the commits for a step by step explanation.

Note: The new ItemSelectorViewDescriptor API used in this demo is available from 7.3.0-ga1 onwards and the openSelectionModal js function is available from 7.3.5-ga6.

Screenshot of the Pokémon item selector open

To run it locally clone the repo and run:

LIFERAY_HOME=<your liferay home folder> ./gradlew deploy

On my computer I run it like this:

LIFERAY_HOME=~/Projects/liferay-ce/bundles ./gradlew deploy

Item selector docs

Thanks

@ambrinchaudhary & @boton for their awesome JS.

About

Code for Liferay's /dev/24 talk

https://liferay.dev/24


Languages

Language:Java 85.3%Language:JavaScript 13.9%Language:CSS 0.8%