Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resizable editor #26

Open
noirbizarre opened this issue Dec 10, 2013 · 2 comments
Open

Resizable editor #26

noirbizarre opened this issue Dec 10, 2013 · 2 comments
Milestone

Comments

@noirbizarre
Copy link

Is it possible to make the editor resizable like the default textarea ?

@pavel-voronin
Copy link

@pavel-voronin
Copy link

OR you can set vertical resize in onShow event handler like this:

$("textarea").markdown({
    onShow: function(e){
        e.$textarea.css('resize','vertical')
    }
},

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants