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

btn #3

Open
ToniCalfim opened this issue Feb 28, 2022 · 3 comments
Open

btn #3

ToniCalfim opened this issue Feb 28, 2022 · 3 comments

Comments

@ToniCalfim
Copy link
Owner

ToniCalfim commented Feb 28, 2022

btn btn-primary
btn btn-secondary
btn btn-success
btn btn-danger
btn btn-warning
btn btn-info
btn btn-light
btn btn-dark
btn btn-link

@ToniCalfim
Copy link
Owner Author

ToniCalfim commented Feb 28, 2022

<div class="footer-actions">

    <div class="btn btn-danger" style="float: right" id="close-modal"> Fechar </div>

<div>
<script>

    $('#close-modal').click(

        function () {

            $('[widget="TWindow"]').remove();

        }

    );

</script>

@ToniCalfim
Copy link
Owner Author

<div class="footer-actions">

    <a class="btn btn-default" generator="adianti" href="index.php?class=SidePageView&method=onClose&static=1"
        style="float: left">
        <i class="fa fa-times red" aria-hidden="true"></i>
        Close
    </a>

</div>
public static function onClose() {

    TScript::create("Template.closeRightPanel()");

}

@ToniCalfim
Copy link
Owner Author

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

1 participant