|
Title: Add Input Text beside Title Panel Post by: BinaryCode on July 25, 2014, 05:47:41 PM Hello,
I have create layout, i want to add "input text" beside south title layout, is possible: <div data-options="region:'south',split:true,title:'Vehicles',htmls:'<input type=\'text\' value=\'enter text\'><input type\'button\' value=\'search\'>"> Regards BC Note: problem solved by add tools:'#mytools', but porblem is height of input text only half, which css part should edited ? Note: Problem solve by edit: .panel-header { padding: 3px; //default 5px position: relative; } .panel-tool { position: absolute; top: 50%; margin-top: -8px; height: 20px; //Default 18px overflow: hidden; } |