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

#ft-xxxx= в href? #2

Open
aolko opened this issue Dec 24, 2019 · 1 comment
Open

#ft-xxxx= в href? #2

aolko opened this issue Dec 24, 2019 · 1 comment

Comments

@aolko
Copy link

aolko commented Dec 24, 2019

Использую flextabs и twig, вытягиваю данные через твиг, вызываю табы в виде <a href="#{{item.service_cat_id}}">, получаю несуразицу в виде <a href="#ft-74436=test">.

Что я делаю не так? Откуда взялся ft-xxxx=?

@aolko aolko changed the title #ft- в href? #ft-xxxx= в href? Dec 24, 2019
@WahaWaher
Copy link
Owner

"ft-xxxx" - ID блока табов, <префикс>-<рандомное число>, вешается автоматически. Можешь задать ID <div id="test-tabs" data-ft>...</div>, тогда ссылки будут вида: <a href="#test-tabs=test">. На самом деле сейчас, многое бы реализовал иначе. Есть v3, но пока руки не доходят допилить ее до конца.

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

2 participants