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

Tooltips and field #263

Open
GrandSam opened this issue Mar 25, 2015 · 0 comments
Open

Tooltips and field #263

GrandSam opened this issue Mar 25, 2015 · 0 comments

Comments

@GrandSam
Copy link

Hello

I meet an issue when i try to put together field and ttip classes. This is a small bit of my code (using CakePhp 2.6) :

Form->input('name', array('label' => 'Titre','class'=>'input','div'=>false,'before'=>'
','after'=>'
')); ?>
<?php echo $this->Form->input('title', array('label' => 'Titre pour les menus','class'=>'input','div'=>false,'before'=>'<div class="field text ttip" data-tooltip="Titre &agrave; afficher dans les menus">','after'=>'</div>')); ?>

Both version don't give me the tooltip displayed.

Any idea ?

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