I would like to create an attribute that has tabular content much like the Tier Price. Where can I find examples of how to define an admin frontend client-side controller like Tier Price has? I am new to Magento so terminology of what these things are called would be helpful.
In the case of Tier Price, I have come to understand that the in-browser frontend tabular data entry control actually just serializes its content and stores a parsable string to a 'text' field (re: Why is Magento's "Tier Price" attribute of the type "text"?).
It seems like most of the heavy lifting would be done in a .phtml template. Is any processing done within a server-side controller or is it all HTML/JavaScript that makes such attributes work?
I am currently on Magento 1.9.x
