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

Resizing fail with bootstrap. #30

Open
opessoa opened this issue Oct 25, 2016 · 0 comments
Open

Resizing fail with bootstrap. #30

opessoa opened this issue Oct 25, 2016 · 0 comments

Comments

@opessoa
Copy link

opessoa commented Oct 25, 2016

Hi guys.

I have tried to use jquery-dialogextend with bootstrap, but when I get resizable dialog, just including bootstrap.css file, resize is failing.

<!DOCTYPE html>
<html>
<head>
    <title>test</title>
    <link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
</head>
<body>
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
    <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
    <script src="js/jquery.dialogextend.min.js"></script>
    <script>
        $(function(){
        $("<div>This is content as da sdas das das das das das das das da sdas dasdasdas as dasdasdas dasdasdafsdfgvsd fdfbfgbf gn fghnfgdfg ertyrthdfb fbr tbtyfdf dfg rthr bdfd fdfg<br>asodijaosdijaosimxca<br></div>")
            .dialog({ "title" : "My Dialog" })
            .dialogExtend({
                "maximizable" : true,
                "dblclick" : "maximize",
                "icons" : { "maximize" : "ui-icon-arrow-4-diag" }
            });
        });
    </script>
</body>
</html>

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

No branches or pull requests

1 participant