Giter VIP home page Giter VIP logo

clayfy's People

Contributors

aewebsolutions avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

clayfy's Issues

Resizable doesnt work with content inside element

Placing an image or an iframe inside the resizable element stops clayfy form working.

tested with demo script:

    <div id="demo-2" style="width: 100%; height: 100%;">
		<!--<iframe src="https://www.youtube.com/embed/X73BuOMt7ho" allowfullscreen="" width="318" height="180" frameborder="0"></iframe>-->
		<img src="https://docs.sencha.com/extjs/4.2.2/extjs-build/examples/resizer/stones.jpg" width="200" height="150" />
	</div>
    <script>
        var $demo2 = $('#demo-2');
        var writeSize = function(){
            $demo2.html( $demo2.width() + ' x '+ $demo2.height() )
        };
        
        $demo2.clayfy({
            type : 'resizable',
            minSize : [30,50],
            maxSize : [600,300],
            className : 'custom-handlers',
            preserveAspectRatio : false
        });
        $demo2.on('clayfy-resize clayfy-cancel', writeSize);
        
        writeSize();
    </script>

Sortable with textareas

Hi,

I'm trying to sort several textareas inside a form using your plugin. I've a administration panel and users can add textareas dinamically.
I need users to sort the textareas and keep them editable. Could you send and example on Codepen or JSfiddle. When I use the plugin textareas don´t be editable.

Thank you in advance!!

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.