2017 © Pedro Peláez
 

library automizy-js

Automizy widget collection

image

automizy/automizy-js

Automizy widget collection

  • Tuesday, January 23, 2018
  • by gyorgyreti
  • Repository
  • 2 Watchers
  • 0 Stars
  • 5 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 1 Open issues
  • 98 Versions
  • 0 % Grown

The README.md

Automizy JS — Automizy widget collection

What is AutomizyJs?

AutomizyJS is a jQuery UI-like GUI and widget collection, with all the necessary features to create complete applications, by creating simple objects, or calling short methods. You only have to define the bases, AutomizyJs will make the rest of the work., (*1)

As reference we built Automizy, our professional marketing automation software using Automizy JS and AutomizyJs API., (*2)

Easy to code

Creating AutomizyJs modules is easy, you can define them by writing only a couple of lines., (*3)

var dialog = $A.newDialog({
    title: 'Import contacts',
    buttons: [
        {skin: 'nobox-green',text: 'Cancel',float: 'left',click: function(){dialog.close();}},
        {skin: 'simple-orange',text: 'Next',float: 'right'}
    ],
    content: $A.newForm({
        inputs: [
            {label: 'Import file',type: 'file'},
            {label: 'Add to segment',type: 'select',multiselect: $A.d.defines.input.setupSelectObj,
                options:[[0, '--- Nothing ---'],[12, 'First Segment'],[15, 'Second Segment']]
            },
            {label: 'Email',validator: 'email'}
        ]
    })
}).draw();

Furthermore, nearly all methods are chainable, which makes coding even more simple:, (*4)

var dialog = $A.newDialog().title('Import contacts').buttons([
        $A.newButton().skin('nobox-green').text('Cancel').float('left').click(function(){dialog.close();}),
        $A.newButton().skin('simple-orange').text('Next').float('right')
    ]).content($A.newForm().addInputs([
        $A.newInput().label('Import file').type('file'),
        $A.newInput().label('Add to segment').type('select').multiselect($A.d.defines.input.setupSelectObj).options([
            [0, '--- Nothing ---'],[12, 'First Segment'],[15, 'Second Segment']
        ]),
        $A.newInput().label('Email').validator('email')
    ])).draw();

Simple integration

AutomizyJs can use all jQuery methods, so you won't have any troubles with integrating., (*5)

Dev sites

You can check the full documentation of AutomizyJs here: http://developers.automizy.com/automizyjs/, (*6)

In case you are interested in our other projects too, check http://developers.automizy.com/, (*7)

Questions?

If you have any questions, please feel free to contact us at help@automizy.com., (*8)

The Versions

23/01 2018

dev-master

9999999-dev http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

23/01 2018

v1.3.79

1.3.79.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

23/01 2018

v1.3.78

1.3.78.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

17/01 2018

v1.3.77

1.3.77.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

16/01 2018

v1.3.76

1.3.76.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

13/01 2018

v1.3.75

1.3.75.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

11/01 2018

v1.3.74

1.3.74.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

08/01 2018

v1.3.73

1.3.73.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

07/01 2018

v1.3.72

1.3.72.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

22/12 2017

v1.3.71

1.3.71.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

18/12 2017

v1.3.70

1.3.70.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

06/12 2017

v1.3.69

1.3.69.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

05/12 2017

v1.3.68

1.3.68.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

04/12 2017

v1.3.67

1.3.67.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

04/12 2017

v1.3.66

1.3.66.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

02/12 2017

v1.3.65

1.3.65.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

17/11 2017

v1.3.64

1.3.64.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

15/11 2017

v1.3.63

1.3.63.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

15/11 2017

v1.3.62

1.3.62.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

15/11 2017

v1.3.61

1.3.61.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

14/11 2017

v1.3.60

1.3.60.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

11/11 2017

v1.3.59

1.3.59.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

09/11 2017

v1.3.58

1.3.58.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

08/11 2017

v1.3.57

1.3.57.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

07/11 2017

v1.3.56

1.3.56.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

06/11 2017

v1.3.55

1.3.55.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

06/11 2017

v1.3.54

1.3.54.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

06/11 2017

v1.3.53

1.3.53.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

04/11 2017

v1.3.52

1.3.52.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

30/10 2017

v1.3.51

1.3.51.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

24/10 2017

v1.3.50

1.3.50.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

13/10 2017

v1.3.49

1.3.49.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

04/10 2017

v1.3.48

1.3.48.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

04/10 2017

v1.3.47

1.3.47.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

15/09 2017

v1.3.46

1.3.46.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

08/09 2017

v1.3.45

1.3.45.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

23/08 2017

v1.3.44

1.3.44.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

21/08 2017

v1.3.43

1.3.43.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

19/08 2017

v1.3.42

1.3.42.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

19/08 2017

v1.3.41

1.3.41.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

24/07 2017

v1.3.40

1.3.40.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

24/07 2017

v1.3.39

1.3.39.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

24/07 2017

v1.3.38

1.3.38.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

08/07 2017

v1.3.37

1.3.37.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

28/06 2017

v1.3.36

1.3.36.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

27/06 2017

v1.3.35

1.3.35.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

26/06 2017

v1.3.34

1.3.34.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

26/06 2017

v1.3.33

1.3.33.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

23/06 2017

v1.3.32

1.3.32.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

07/06 2017

v1.3.29

1.3.29.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

07/06 2017

v1.3.30

1.3.30.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

07/06 2017

v1.3.31

1.3.31.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

06/06 2017

v1.3.28

1.3.28.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

28/04 2017

v1.3.27

1.3.27.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

11/04 2017

v1.3.26

1.3.26.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

10/04 2017

v1.3.24

1.3.24.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

10/04 2017

v1.3.25

1.3.25.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

10/04 2017

v1.3.22

1.3.22.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

10/04 2017

v1.3.23

1.3.23.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

10/04 2017

v1.3.21

1.3.21.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

07/04 2017

v1.3.19

1.3.19.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

07/04 2017

v1.3.20

1.3.20.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

07/04 2017

v1.3.17

1.3.17.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

07/04 2017

v1.3.18

1.3.18.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

06/04 2017

v1.3.16

1.3.16.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

06/04 2017

dev-pr/30

dev-pr/30 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

04/04 2017

v1.3.15

1.3.15.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

04/04 2017

v1.3.2

1.3.2.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

04/04 2017

v1.3.13

1.3.13.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

04/04 2017

v1.3.14

1.3.14.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

04/04 2017

v1.3.10

1.3.10.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

04/04 2017

v1.3.11

1.3.11.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

04/04 2017

v1.3.12

1.3.12.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

04/04 2017

v1.3.9

1.3.9.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

04/04 2017

v1.3.7

1.3.7.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

04/04 2017

v1.3.8

1.3.8.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

31/03 2017

v1.3.6

1.3.6.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

30/03 2017

v1.3.5

1.3.5.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

30/03 2017

v1.1.0

1.1.0.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

30/03 2017

1.3.4

1.3.4.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

29/03 2017

dev-pr/28

dev-pr/28 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

23/03 2017

1.3.3

1.3.3.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

23/03 2017

20170323150200

20170323150200 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

23/03 2017

20170323150000

20170323150000 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

10/01 2017

v1.3.1

1.3.1.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

10/01 2017

1.3.2

1.3.2.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

10/01 2017

v1.0.2

1.0.2.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

26/10 2016

v1.0.1

1.0.1.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

28/09 2016

1.3.0

1.3.0.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

29/03 2016

1.0.2

1.0.2.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

29/03 2016

1.2.1

1.2.1.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

23/02 2016

1.1.8

1.1.8.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

23/02 2016

1.1.7

1.1.7.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

23/02 2016

1.1.6

1.1.6.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

22/02 2016

1.1.5

1.1.5.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

18/02 2016

1.1.4

1.1.4.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

01/02 2016

1.1.1

1.1.1.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly

05/10 2015

1.0.0

1.0.0.0 http://developers.automizy.com/automizyjs

Automizy widget collection

  Sources   Download

MIT

by Gyorgy Reti
by Dominik Sagi
by Abel Enekes
by Gabor Koncz

responsive free integrate automizy automizyjs mobilefriendly