Git Product home page Git Product logo

yii2-inline-widgets-behavior's People

Contributors

demogorgorn avatar elisdn avatar outoffspace avatar uchenic avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

yii2-inline-widgets-behavior's Issues

Error if widget definition was found

After clean install I've got an error:

preg_match(): Unknown modifier 'w'
/vendor/howardeagle/yii2-inline-widgets-behavior/InlineWidgetsBehavior.php at line 132

while (preg_match('/\{' . $this->_widgetToken . ':' . $widget . '(\|([^}]*)?)?' . $this->_widgetToken . '\}/is', $text, $p)) {
    $text = str_replace($p[0], $this->_loadWidget($alias, isset($p[2]) ? $p[2] : ''), $text);
}

Не работет пагинация в data widgets

Приветствую! Не работает пагинация в ListView в виджете, встроенным вашим поведением. Подскажите как решить эту проблему?

Cant pass 0 as parametr

Widget class

class PriceWidget extends Widget {
    public $id;

    public function init() {
        parent::init();
    }

    public function run() {
       return $this->id;
    }
}

Trying to call
[Price|id=0]

Expected behaviour: 0 integer

But widget returns null, not '0' integer. If I pass other integer (1,2,3) or string widget work nice.

Please fix the documentation

In the readme file there is everywhere written to use InlineWidgetBehavior. Correct is InlineWidgetsBehavior (widget_s_)

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.