EasyUI
Home
Demo
Tutorial
Documentation
Download
Extension
Contact
Forum
EasyUI Forum
November 04, 2025, 09:12:23 PM
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
:
Home
Help
Search
Login
Register
EasyUI Forum
>
General Category
>
EasyUI for jQuery
>
Add Input Text beside Title Panel
Pages: [
1
]
« previous
next »
Print
Author
Topic: Add Input Text beside Title Panel (Read 6421 times)
BinaryCode
Newbie
Posts: 38
Add Input Text beside Title Panel
«
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;
}
«
Last Edit: July 25, 2014, 06:06:45 PM by BinaryCode
»
Logged
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General Category
-----------------------------
=> News
=> General Discussion
=> EasyUI for jQuery
=> EasyUI for Angular
=> EasyUI for Vue
=> EasyUI for React
=> Bug Report
Loading...