Skip to content

Conversation

@samialfattani
Copy link
Contributor

This PR adds the feature of enabling the Bootstrap tooltip where it can be inserted within adding a new view like this:

    view = MyModelView(Model1, param, name="Model1", tooltip="tooltip of Model1")
    admin.add_view(view)
image

Moreover, users can add tooltip anywhere using normal Bootstrap tooltip as follows:

<a title="tooltip message with <b>HTML enabled</b>"
     href="/admin/" 
     data-role="tooltip"
     data-toggle="tooltip" data-placement="bottom" data-html="true"
>
/admin/
</a>

Tests and Docs are updated

@samialfattani samialfattani marked this pull request as ready for review February 2, 2026 10:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant