Giter VIP home page Giter VIP logo

yiiwheels-docs's Introduction

2amigOS!

Documentation site for Yiiwheels, the enhancement library for Yiistrap.

This repository is to give you hands on working examples in a Yii application and also for you to collaborate with our site.

Yii Wheels (or Wheels) is an extended library for the YiiStrap extension.

Please, visit YiiWheels site for further documentation of its use.

2amigOS!
web development has never been so fun
www.2amigos.us

yiiwheels-docs's People

Contributors

amigo-tabin avatar apnmyid avatar borales avatar hallerma avatar jhmilan avatar kiplip avatar motin avatar tonydspaniard 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

Watchers

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

yiiwheels-docs's Issues

Problem with composer

Hi there,

I've just cloned the repo and I'm trying to set it up. I'm not familiarized with composer. When I run "php composer.phar install" from root repository folder I get this error:

Your requirements could not be resolved to an installable set of packages.

Problem 1
- 2amigos/yiiwheels 1.0.1 requires 2amigos/yiistrap 1.0.0 -> satisfiable by 2amigos/yiistrap[1.0.0].
- 2amigos/yiiwheels 1.0.1 requires 2amigos/yiistrap 1.0.0 -> satisfiable by 2amigos/yiistrap[1.0.0].
- Can only install one of: 2amigos/yiistrap[dev-master, 1.0.0].
- Installation request for 2amigos/yiistrap dev-master -> satisfiable by 2amigos/yiistrap[dev-master].
- Installation request for 2amigos/yiiwheels 1.0.1 -> satisfiable by 2amigos/yiiwheels[1.0.1].

Could anybody help me with it? What am I doing wrong?

Thanks

Specify `multiple` html attribute on `WhMultiSelect`

Without passing 'multiple'=>'multiple' in widget's htmlOptions multiselected values in hidden dropdown input will be restored from model incorrectly, at least in Chrome v28 for Windows.

For now, it can be only workarounded like:

$this->widget('yiiwheels.widgets.multiselect.WhMultiSelect',array(
    // rest of config options - model, attribute, etc
    'htmlOptions'=>array('multiple'=>'multiple')
));

Not working WhEditableColumn

include(WhEditable.php): failed to open stream: No such file or directory
when I import WhEditable appears
Not defined property "CWebApplication.editable".

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.