Git Product home page Git Product logo

jquery.textareafullscreen's People

Contributors

ertrzyiks avatar mike1pol avatar mustaqsheikh avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

jquery.textareafullscreen's Issues

Bootstrap CSS issue

I am suggesting removing lines 3, 4 and 15 in CSS files which are used to define fixed width and height as they are not allowing component to shrink and grow according to screen size.

Without those lines component is acting perfectly.

Multiple textarea on same page

While adding multiple textarea on the page, it seems only single reference will be created of the full screen text area which is added at the last. If you want to edit first text area and you click on the image full screen text area is opening however it's having a text of last text area.

You can find issue at: https://jsfiddle.net/8oxm3v58/1/

Close upon focus left

When I have opened the fullscreen and tab away from it, I'd like to have it close automatically. Any way to do this?

Facing Problem with multiple TextArea

I have 2 Text Area in my Page as below

$('#txtShortDescription').textareafullscreen({
overlay: true, // Overlay
maxWidth: '60%', // Max width
maxHeight: '80%' // Max height
});
$('#txtLongDescription').textareafullscreen({
overlay: true, // Overlay
maxWidth: '60%', // Max width
maxHeight: '80%' // Max height
});

Full screen opens for both but when we enter text it assigned to last one only.
Is it bug in the JS or I am making some mistake!
I don't know.
Please guide me.

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.