Giter Club home page Giter Club logo

nova-tooltip-field's People

Contributors

philperusse avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

nova-tooltip-field's Issues

Changing Tooltip Icon to Text

Hey,
first at all: Thank you for this package!

Is it possible to change the Tooltip icon and replace it with a text? Would be nice if I can choose the Tooltip text within the Tooltip function like this:

Tooltip::make('More', 'Mouse over this text', function(){
return 'This a tooltip. You can put lengthy content here or any additional info.';
}),

tooltip icon and hover not showing on index

laravel/nova v2.10.1

The issue:

Tooltip::make('Roles', function () { return 'tooltip message'; }) ->onlyOnIndex(),

The tooltip icon is not showing and there's no hover text.

Screen Shot 2020-02-13 at 11 13 22 PM

Capture record information based on belongto field

Thanks for sharing this package.

This package looks very interesting, anyone knows how can we access a record information when selecting it from a Belongto field?, If I can get that info it is possible to use it in the nova-tooltipField function like this

Tooltip::make('More', function(){
    return 'This a tooltip. You can put lengthy content here or any additional info.';
 }),

This is my scenario, I have a BelongTo field

BelongsTo::make(__('Recipient'),'Recipient',Recipient::class)->showCreateRelationButton()->searchable()->canSeeWhen('Update Orders', $this), 

And after selecting it in the form creating I want to be able to show the model information in full by using the tooltip package.

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.