1.10.0 • Published 2 years ago

@orcden/odp-event-registration-form v1.10.0

Weekly downloads
-
License
MIT
Repository
bitbucket
Last release
2 years ago

A component to register for events on ODP.

<odp-event-registration-form> is a complex component that can be configured to accept event data from ODP and provide a registration form. It generates and object that can be sent back to ODP to register the user.

Installation

  • Install with npm
npm i @orcden/odp-event-registration-form

Usage

import '@orcden/odp-event-registration-form';
<script>
    function httpGet( theUrl ) {
        var xmlHttp = new XMLHttpRequest();
        xmlHttp.open( "GET", theUrl, false ); // false for synchronous request
        xmlHttp.send( null );
        return JSON.parse( xmlHttp.responseText );
    }

    document.querySelector( '#form' ).eventData = httpGet( 'YOUR ODP EVENT ENDPOINT HERE' );
</script>

<odp-event-registration-form id='form' inline is-member></odp-event-registration-form>

Attributes

AttributeTypeDefaultDescription
inlineBooleantrueUseful for mobile, set to false to decrease width.
is-memberBooleanfalseUsed to set member prices display and calculation
closedBooleanfalseCan be used to manually display the registration closed message.

Properties

AttributeTypeDefaultDescription
eventDataObject{}Get. Set. The form requires this to build itself.
inlineBooleantrueUseful for mobile, set to false to decrease width.
isMemberBooleanfalseUsed to set member prices display and calculation
invalidMessageString""Get Only, used with validation; if the form fails display this.
closedBooleanfalseCan be used to manually display the registration closed message.

Functions

NameParametersDescription
getDataNoneGet the event registration data
validateNoneValidates if the required info has been filled out

Styling

Shadow PartsDescription
ex. mode-item-titleThe div used to house the title slot
...Find the associated part in the DOM for now; docs to be updated

Development

Run development server and show demo

npm run demo

Run linter

npm run lint

Fix linter errors

npm run fix

Run tests

npm run test

Build for production

npm run build
1.10.0

2 years ago

1.9.1

2 years ago

1.9.0

2 years ago

1.9.7

2 years ago

1.9.6

2 years ago

1.9.5

2 years ago

1.9.4

2 years ago

1.9.3

2 years ago

1.9.2

2 years ago

1.8.2

2 years ago

1.8.1

2 years ago

1.8.0

2 years ago

1.8.20

2 years ago

1.8.21

2 years ago

1.8.23

2 years ago

1.8.9

2 years ago

1.8.10

2 years ago

1.8.8

2 years ago

1.8.11

2 years ago

1.8.7

2 years ago

1.8.12

2 years ago

1.8.6

2 years ago

1.8.13

2 years ago

1.8.14

2 years ago

1.8.4

2 years ago

1.8.15

2 years ago

1.8.3

2 years ago

1.8.17

2 years ago

1.8.18

2 years ago

1.8.19

2 years ago

1.7.0

3 years ago

1.6.0

3 years ago

1.5.1

3 years ago

1.5.0

3 years ago

1.4.0

3 years ago

1.2.0

3 years ago

1.0.19

3 years ago

1.0.18

3 years ago

1.1.29

3 years ago

1.0.17

3 years ago

1.0.16

3 years ago

1.1.30

3 years ago

1.1.34

3 years ago

1.0.22

3 years ago

1.1.33

3 years ago

1.0.21

3 years ago

1.0.20

3 years ago

1.1.31

3 years ago

1.1.38

3 years ago

1.0.26

3 years ago

1.1.37

3 years ago

1.0.25

3 years ago

1.1.36

3 years ago

1.0.24

3 years ago

1.1.35

3 years ago

1.0.23

3 years ago

1.1.39

3 years ago

1.1.41

3 years ago

1.1.40

3 years ago

1.1.45

3 years ago

1.1.44

3 years ago

1.1.43

3 years ago

1.1.42

3 years ago

1.1.49

3 years ago

1.1.48

3 years ago

1.1.47

3 years ago

1.1.46

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.1.9

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.3.1

3 years ago

1.1.3

3 years ago

1.3.0

3 years ago

1.1.2

3 years ago

1.1.51

3 years ago

1.1.50

3 years ago

1.1.12

3 years ago

1.1.11

3 years ago

1.1.10

3 years ago

1.1.16

3 years ago

1.1.15

3 years ago

1.1.14

3 years ago

1.1.13

3 years ago

1.1.19

3 years ago

1.1.18

3 years ago

1.1.17

3 years ago

1.1.23

3 years ago

1.0.11

3 years ago

1.1.22

3 years ago

1.0.10

3 years ago

1.1.21

3 years ago

1.1.20

3 years ago

1.1.27

3 years ago

1.0.15

3 years ago

1.1.26

3 years ago

1.0.14

3 years ago

1.1.25

3 years ago

1.0.13

3 years ago

1.1.24

3 years ago

1.0.12

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago