Quote from
luishp on May 12, 2025, 8:05 pm
Hello @josefurt,
You're right — the NeoTabs plugin in VisualNEO Web is primarily designed for simple tabbed HTML content and doesn't natively support embedding other objects like buttons, images, or input fields directly inside each tab panel.
However, a powerful and flexible alternative involves using multiple Container objects stacked on top of each other — essentially creating custom tab panels:
✅ How to Create Custom Tabs with Containers
- Create multiple Container objects, one for each tab content area.
- Position them in the same location, so they overlap each other.
- Inside each container, add any object you want: images, paragraphs, push buttons, etc.
- Add a row of Push Buttons to act as the tab headers.
- Use the ObjectToFront action to bring the desired container to the front when a tab button is clicked.
Hello @josefurt,
You're right — the NeoTabs plugin in VisualNEO Web is primarily designed for simple tabbed HTML content and doesn't natively support embedding other objects like buttons, images, or input fields directly inside each tab panel.
However, a powerful and flexible alternative involves using multiple Container objects stacked on top of each other — essentially creating custom tab panels:
✅ How to Create Custom Tabs with Containers
- Create multiple Container objects, one for each tab content area.
- Position them in the same location, so they overlap each other.
- Inside each container, add any object you want: images, paragraphs, push buttons, etc.
- Add a row of Push Buttons to act as the tab headers.
- Use the ObjectToFront action to bring the desired container to the front when a tab button is clicked.
javadrajabihakami and JoseFurt have reacted to this post.
javadrajabihakamiJoseFurt