Giter Site home page Giter Site logo

wbraganca / yii2-fancytree-widget Goto Github PK

View Code? Open in Web Editor NEW
47.0 47.0 15.0 438 KB

The yii2-fancytree-widget is a Yii 2 wrapper for the Fancytree. See more: http://wwwendt.de/tech/fancytree/demo/

License: BSD 3-Clause "New" or "Revised" License

PHP 100.00%

yii2-fancytree-widget's People

Contributors

wbraganca avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

yii2-fancytree-widget's Issues

table format doesn't work

for table format it doesn't work
it creates table and div tags with the same id
I add table extension, and the id (in widget)
then after it , table tags with this id
and widget adds div tag with the same id

Uncaught TypeError: Cannot read property 'appendChild' of undefined

jquery.fancytree.table.js

Do you know where I can download jquery.fancytree.table.js compatible with version of jquery.fancytree.js in your project?

Looks like Fancytree recently has been changed and now the latest jquery.fancytree.table.js form here: https://github.com/mar10/fancytree doesn't work any more with jquery.fancytree.js in your project

Wrong id setting issue

Hello! Have you seen my pull request (#6) which fix wrong id precessing in current version of widget? If you're not interested please inform! So I'll fork project and fix the issue.

Skin change

I might be missing something, but i can't get it to user other skin than 'Lion', how do I do that?

Thanks!

Поправка

Это:
if (isset($this->options['id'])) {
$id = $this->options['id'];
unset($this->options['id']);
} else {
echo Html::tag('div', '', ['id' => $id]);
}

Исправить на:

if (isset($this->options['id'])) {
$id = $this->options['id'];
unset($this->options['id']);
}
echo Html::tag('div', '', ['id' => $id]);

add icon custom.

Sorry for the inconvenience as I can add icons according to documentation of fancytree is:

            'glyph' => [
                'map:' => [
                    'folder' => 'glyphicon glyphicon-folder-close',
                ],
            ]

But does not work there are another way to add icons,

Thks,

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.