2017 © Pedro Peláez
 

library utils

Utils for Nette Framework

image

nattreid/utils

Utils for Nette Framework

  • Thursday, June 28, 2018
  • by attreid
  • Repository
  • 1 Watchers
  • 0 Stars
  • 665 Installations
  • JavaScript
  • 13 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 59 Versions
  • 20 % Grown

The README.md

Pomocné třídy pro Nette Framework

Nastavení

Pro lokalizaci je třeba nastavit locale v BasePresenter, (*1)

protected function startup() {
    parent::startup();

    $locale = 'cs';
    // pokud je nastaven translator
    $locale = $this->translator->getDefaultLocale();

    \NAttreid\Utils\Number::setLocale($locale);
    \NAttreid\Utils\Date::setLocale($locale);

Javascript Utils

fixedPosition

Metoda pro scrollovaní objektu na stránce, (*2)

$('#object').fixedPosition({
    from: '#object',    // objekt, od ktereho se ma scrollovat
    top: 50,            // pocet pixelu od vrchu pri scrollovani
    bottom: 50,         // pocet pixelu od spodu pri scrollovani
    to: '#bottom',      // objekt, ktery omezuje pohyb ze spoda
    width: 450 nebo $('#object')      // sirka nebo jQuery objekt, ze ktereho se sirka bere
});

center

Metoda pro vycentrování na obrazovce (zůstane na aktuální pozici), (*3)

$('#object').center();

centerFixed

Metoda pro vycentrování na obrazovce (posouvá se při scrollu), (*4)

$('#object').centerFixed();

clickOut

Metoda spouští callback při kliku mimo daný objekt, (*5)

$('#object').clickOut(function(){

    // vypne tento event, jinak se vola stale
    return true;
});

// vypnuti
$('#object').clickOff();

onScrollTo

Metoda spouští callback při najetí okna k danému elementu, (*6)

$('#object').onScrollTo(function(){

    // vypne tento event, jinak se vola stale
    return true;
});

copyToClipboard

Zkopíruje obsah objeku do schránky, (*7)

$('a').click(function() {
    $('.text').copyToClipboard();
});

format

Formát čísla, (*8)

var i = 4578456;
i.format(); // vrátí 4 578 456,00
i.format(0,'.',''); // vrátí 4578456

removeDiacritic

Odstraní diakritiku, (*9)

var s = 'Čau';
s.removeDiacritic(); // vrátí cau

injectTag

Vloží tag do hledaného řetězce (ignoruje diakritiku při hledání), (*10)

var s = 'Řecko';
s.injectTag('rec', 'strong'); // vrátí <strong>Řec</strong>ko

onPosition

Umístí objekt podle pozice myši., (*11)

$('a').click(function(event){
    var x = 30; // posune o 30px napravo 
    var y = -30; // posune o 30px nahoru
    $('#object').onPosition(event,x,y);
});

cachedScript

Nacteni skriptu, (*12)

$.cachedScript("ajax/test.js").done(function (script, textStatus) {
    console.log(textStatus);
});

isOnScreen

Je object na obrazovce, (*13)

var isOnScreen = $('.obj').isOnScreen();

playOnScroll

Přehraje html5 video po najetí obrazovky na ně, (*14)

$.playOnScroll();

The Versions

28/06 2018

dev-master

9999999-dev

Utils for Nette Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar attreid

28/06 2018

1.3.4

1.3.4.0

Utils for Nette Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar attreid

10/04 2018

1.3.3

1.3.3.0

Utils for Nette Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar attreid

13/03 2018

1.3.2

1.3.2.0

Utils for Nette Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar attreid

22/02 2018

1.3.1

1.3.1.0

Utils for Nette Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar attreid

22/02 2018

1.3.0

1.3.0.0

Utils for Nette Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar attreid

05/12 2017

1.2.14

1.2.14.0

Utils for Nette Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar attreid

19/10 2017

1.2.13

1.2.13.0

Utils for Nette Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar attreid

13/10 2017

1.2.12

1.2.12.0

Utils for Nette Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar attreid

11/10 2017

1.2.11

1.2.11.0

Utils for Nette Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar attreid

05/10 2017

1.2.10

1.2.10.0

Utils for Nette Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar attreid

27/09 2017

1.2.9

1.2.9.0

Utils for Nette Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar attreid

14/09 2017

1.2.8

1.2.8.0

Utils for Nette Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar attreid

17/07 2017

1.2.7

1.2.7.0

Utils for Nette Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar attreid

07/06 2017

1.2.6

1.2.6.0

Utils for Nette Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar attreid

07/06 2017

1.2.5

1.2.5.0

Utils for Nette Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar attreid

03/05 2017

1.2.4

1.2.4.0

Utils for Nette Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar attreid

26/04 2017

1.2.3

1.2.3.0

Utils for Nette Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar attreid

20/04 2017

1.2.2

1.2.2.0

Utils for Nette Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar attreid

19/04 2017

1.2.1

1.2.1.0

Utils for Nette Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar attreid

19/04 2017

1.2.0

1.2.0.0

Utils for Nette Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar attreid

17/04 2017

1.1.2

1.1.2.0

Utils for Nette Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar attreid

17/04 2017

1.1.1

1.1.1.0

Utils for Nette Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar attreid

05/04 2017

1.1.0

1.1.0.0

Utils for Nette Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar attreid

05/04 2017

1.0.30

1.0.30.0

Utils for Nette Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar attreid

24/03 2017

1.0.29

1.0.29.0

Utils for Nette Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar attreid

24/03 2017

1.0.28

1.0.28.0

Utils for Nette Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar attreid

24/03 2017

1.0.27

1.0.27.0

Utils for Nette Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar attreid

23/03 2017

1.0.26

1.0.26.0

Utils for Nette Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar attreid

23/03 2017

1.0.25

1.0.25.0

Utils for Nette Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar attreid

23/03 2017

1.0.24

1.0.24.0

Utils for Nette Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar attreid

10/03 2017

1.0.23

1.0.23.0

Utils for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

06/03 2017

1.0.22

1.0.22.0

Utils for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

02/03 2017

1.0.21

1.0.21.0

Utils for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

02/03 2017

1.0.20

1.0.20.0

Utils for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

02/03 2017

1.0.19

1.0.19.0

Utils for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

02/03 2017

1.0.18

1.0.18.0

Utils for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

19/01 2017

1.0.17

1.0.17.0

Utils for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

05/12 2016

1.0.16

1.0.16.0

Utils for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

10/11 2016

1.0.15

1.0.15.0

Utils for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

10/11 2016

1.0.14

1.0.14.0

Utils for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

03/10 2016

1.0.13

1.0.13.0

Utils for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

06/09 2016

1.0.12

1.0.12.0

Utils for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

29/08 2016

1.0.11

1.0.11.0

Utils for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

24/08 2016

1.0.10.3

1.0.10.3

Utils for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

24/08 2016

1.0.10.2

1.0.10.2

Utils for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

24/08 2016

1.0.10.1

1.0.10.1

Utils for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

24/08 2016

1.0.10

1.0.10.0

Utils for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

24/08 2016

1.0.9.1

1.0.9.1

Utils for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

19/08 2016

1.0.9

1.0.9.0

Utils for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

03/08 2016

1.0.8

1.0.8.0

Utils for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

03/08 2016

1.0.7

1.0.7.0

Utils for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

03/08 2016

1.0.6

1.0.6.0

Utils for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

27/07 2016

1.0.5

1.0.5.0

Utils for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

27/07 2016

1.0.4

1.0.4.0

Utils for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

22/07 2016

1.0.3

1.0.3.0

Utils for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

21/07 2016

1.0.2

1.0.2.0

Utils for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

07/07 2016

1.0.1

1.0.1.0

Utils for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

27/06 2016

1.0.0

1.0.0.0

Utils for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid