Giter VIP home page Giter VIP logo

sapui5-extensions's Introduction

SAPUI5/OpenUI5-Extensions

Descrition

Bower component with additional components for SAPUI5/OpenUI5.

Usage

  1. bower install sapui5-extensions --save-dev
  2. register the sap.extension namespace in your sapui5 bootstrap tag: Example:
<script id="sap-ui-bootstrap"
    src="bower_components/openui5-bower/resources/sap-ui-core.js"
    data-sap-ui-theme="sap_bluecrystal"
    data-sap-ui-libs="sap.m, sap.ui.layout"
    data-sap-ui-xx-bindingSyntax="complex"
    data-sap-ui-resourceroots='{
                    "my.namespace": "./",
                    "openui5.extension": "bower_components/sapui5-extensions/src/"
    }'> /* endOfResourceroots */
</script>

Tests

Karma

  1. install dependencies by running
    npm install
  2. start karma server
    node_modules/karma/bin/karma start karma.conf.js
    Per default one PhantomJS Instance is also started, connects to karma and executes the tests.
  3. Open a browser of your choice and connect it to localhost:9876. The tests should be executed immediately.

Browser

  1. install dependencies by running npm install
  2. start grunt web server grunt connect:qunit
  3. Open a browser of your choice and open localhost:9090. The tests should be executed immediately.

See also:

Contents

openui5.extensions.ui.FunctionImport

<openui5.extensions.ui.FunctionImport
  functionImportName="FunctionName"
  parameters="
    {
      Argument1: '1',
      Argument2: '2'
    }"
  asModelName="FunctionImport"
  modelName="SourceModel">
  <Text text="{FunctionImport>/Result}"/>
</openui5.extensions.ui.FunctionImport>

sapui5-extensions's People

Contributors

monavari-lebrecht avatar

Watchers

 avatar  avatar

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.