Refreshing block height and width

Permalink
Hi

Can someone explain how a block's height and width work.

I have the following

protected $btInterfaceWidth = "400";
protected $btInterfaceHeight = "350";


These values didn't take affect at all, until I changed the db.xml file and refreshed the database for the block, the changes were then present on the frontend. I have now changed the values again and nothing has changed.

The height and width is correct in the BlockTypes table, but is wrong on the frontend.

Caching is off.

How does this set up work? And how can I ensure the height and width changes when I want them to, rather than randomly.

Thanks
Jake

BinaryFold4
 
BinaryFold4 replied on at Permalink Best Answer Reply
BinaryFold4
Right I have now sorted it out.

The height and width are set within the editable page for when a new block is added. So even if the database if up to date, I need to ensure I refresh the editable page so that the new values are loaded into the page ready for loading the modal box.

Simples.