-
|
Hi folks, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Hi @ikvat, First of all, welcome to the JCB community! I hope you'll find Joomla Component Builder (JCB) both powerful and rewarding as you grow more familiar with it. JCB is not a simple component builder - it is a compiler-driven application generation system with domain-specific abstraction, capable of producing full-stack applications from structured definitions. Because of this, it is a complex system with a somewhat of a learning curve. However, once you master it, you will not regret the effort - it opens up a level of flexibility and control that few tools can match. Getting Started & Learning ResourcesTo help you get up to speed, I strongly recommend starting with the official documentation: The index page provides a structured breakdown of the available learning material, including:
I recommend working through at least the "Hello World" component tutorial to build a solid foundation. Community & Support ChannelsThere are several active places where you can ask questions, get support, and engage with the community: TelegramGitea (Issues & Enhancements)GitHub Discussions
Mattermost
About Your Question: Fields on the Same RowRegarding your question about placing multiple fields on the same row: JCB offers many different ways to render and control fields, which is part of its power - but it can also feel overwhelming at first. There isn't just a single setting or toggle for layout, because fields can be handled differently depending on where and how they are used. In some areas, fields follow more structured/default rendering, while in other areas they can be fully customized through layouts, templates, or overrides. Because of this flexibility, the recommended approach is to first focus on understanding how fields are built and configured in the backend. Once you have a solid grasp of that foundation, you'll be in a much better position to:
JCB gives you the tools to control field layout in multiple ways - but understanding the core field structure is the key to using those tools effectively. 🚀 Final RecommendationStart with the basics, especially the Hello World tutorial, and build your understanding step by step. JCB is a powerful but advanced system, and it's normal to feel overwhelmed at first. If you get stuck at any point, don't hesitate to reach out through any of the community channels listed above - getting help early will save you a lot of time and help you progress faster. Welcome again, and enjoy the journey with JCB! |
Beta Was this translation helpful? Give feedback.
-
|
Hi, and thx for your help. |
Beta Was this translation helpful? Give feedback.
Hi @ikvat,
First of all, welcome to the JCB community! I hope you'll find Joomla Component Builder (JCB) both powerful and rewarding as you grow more familiar with it.
JCB is not a simple component builder - it is a compiler-driven application generation system with domain-specific abstraction, capable of producing full-stack applications from structured definitions. Because of this, it is a complex system with a somewhat of a learning curve. However, once you master it, you will not regret the effort - it opens up a level of flexibility and control that few tools can match.
Getting Started & Learning Resources
To help you get up to speed, I strongly recommend starting with the official …