Blog Sections Open
Adjusting TV Field Sizes and the Main Content Area in the Manager
Manager ergonomics matter, and sometimes improving them means going past the obvious ManagerManager helpers into the underlying manager styles or widgets.
Not every visual adjustment in the manager is exposed as a clean ManagerManager setting. If editors need taller content areas or better-sized TV inputs, the real solution may live in manager CSS, widget markup, or the specific input renderer for that field type.
How to approach it
- use ManagerManager where it already supports the field behavior you need
- inspect the generated manager markup for the specific TV type
- apply targeted style or widget overrides instead of global hacks
The goal is not just bigger fields. The goal is a manager interface that feels less hostile to editors who work with real content all day.
Making autoFilter Case-Insensitive in Evolution CMS
How to make text-based filtering behave the same for uppercase and lowercase values in autoFilter-style listing workflows.
Showing a Reliable Success Message After eForm Submission on Long Pages
How to display a visible success state after eForm submission when multiple forms and long-page layouts make simple popup logic unreliable.