Top "Adminhtml" questions

adminhtml is a directory in Magento which contains a design file related to the admin interface of Magento.

Magento Admin formfield multiselect selected

I´m currently developing a custom module for magento thats going to list employees. I have figured out almost everything. …

magento admin backend selected adminhtml
404 error in Custom Magento configuration in admin

I'm developing a custom SMS module in Magento 1.6. I've setup the system.xml file to manage the related custom configuration …

magento adminhtml
Magento grid column sorting

Once upon a time I tried creating some custom columns. I created the entire XML structure like I should have. …

magento adminhtml
Magento Adminhtml - How to create New Admin Form

I'm using Magento 1.9.0.1 and right now i'm developing a new magento extension. So far i've created new adminhtml page with …

php magento adminhtml
How to change url of back button in grid form in admin of magento?

I am working Magento community edition 1.7 version. I have a grid in admin panel. Now when I click on this …

magento magento-1.7 adminhtml
Magento adminhtml layout update

I'm trying to get a layout in my admin page. If i do a var_dump in my controller (Highor_…

magento templates layout controller adminhtml
Magento Grid Container Block not loading grid

I just set up an admin module with a grid view using the module creator, and it works great, but …

magento grid block adminhtml
Magento admin grid sending data from Action to Controller

I'm trying to write a custom action to run off of an admin grid that I have built. Is it …

magento grid action adminhtml