Skip to content

Tooltip does not display on print button #1

@wachunga

Description

@wachunga

Repro: Specify "sToolTip" for print button. Note that no title attribute is added on the resulting dom element.

All the flash buttons work, but this is not a flash button.

To fix, just add the following to _fnPrintConfig():

    if ( oConfig.sToolTip !== "" )
    {
        nButton.title = oConfig.sToolTip;
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions