Giter Site home page Giter Site logo

elements-page's Introduction

Vaadin Elements Page

Development instructions.

  1. Install Liferay
  2. Make sure you have a liferay profile set up in ~/.m2/settings.xml. Here is one that works:
<?xml version="1.0"?>
<settings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/SETTINGS/1.0.0" xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">

  <profiles>
    <profile>
      <id>liferay-config</id>
      <properties>
        <liferay.version>6.2.3</liferay.version>
        <liferay.maven.plugin.version>6.2.10.13</liferay.maven.plugin.version>
        <liferay.auto.deploy.dir>/path/to/liferay/deploy</liferay.auto.deploy.dir>
        <liferay.app.server.dir>/path/to/liferay/tomcat-7.0.42/webapps</liferay.app.server.dir>
        <liferay.app.server.deploy.dir>/path/to/liferay/tomcat-7.0.42/webapps</liferay.app.server.deploy.dir>
        <liferay.app.server.lib.global.dir>/path/to/liferay/tomcat-7.0.42/lib/ext</liferay.app.server.lib.global.dir>
        <liferay.app.server.portal.dir>/path/to/liferay/tomcat-7.0.42/webapps/ROOT</liferay.app.server.portal.dir>
      </properties>
    </profile>
  </profiles>

  <activeProfiles>
    <activeProfile>liferay-config</activeProfile>
  </activeProfiles>
</settings>
  1. Make sure you have npm, bower, vulcanize, crisper and minifier installed
  2. Run bower install
  3. Run ./bundle.sh
  4. Run mvn clean package liferay:deploy

elements-page's People

Contributors

alvarezguille avatar anezthes avatar artur- avatar fluorumlabs avatar haprog avatar jouni avatar manolo avatar marcushellberg avatar peppe avatar platosha avatar saulis avatar tehapo avatar villeingman avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

elements-page's Issues

Charts section updates

Charts section should have the version 4.0.
"Commercial license" section should be changed from "See more" to "See pricing" and link to vaadin.com/pricing.

#selection added to url makes it hard to navigate back

To reproduce:

Actual behavior

Expected behavior

Navigation is done to the page visited before https://vaadin.com/elements/-/element/vaadin-board

Nested split layouts do not show scrollbars correctly

From @snyholm on August 26, 2016 16:24

On our demo page https://vaadin.com/elements/-/element/vaadin-split-layout the nested layout demo does not display the top right scrollbars correctly. When minimizing the area so that vertical scrollbars would be needed, a scrollbar with 100% height is showed instead and prevents scrolling. Browser in question is latest chrome on Windows.

Edit: After it was pointed out to me, it seems to be an issue that the scrollbars for the Grid is not shown while the scrollbars for the Split Layout is, which leads me to not being able to scroll the grid without using the scroll wheel while the unnecessary layout scrollbars are shown.

ss

Copied from original issue: vaadin/vaadin-split-layout#10

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.