EasyUI Forum
April 25, 2024, 08:39:16 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Adding button to propertygrid  (Read 2464 times)
WizPS
Jr. Member
**
Posts: 67


View Profile
« on: February 17, 2020, 09:10:13 AM »

Is there a simple way to add a button to the lower left part of the propertygrid table as described in attached picture? If the dialog plugin could be embedded as a page component like layout, it could have been achieved that way I think. But it only opens in  window.

How can I add the button dynamically on top aligning right? Is there any other way recomended?
« Last Edit: February 17, 2020, 09:20:59 AM by WizPS » Logged
jarry
Administrator
Hero Member
*****
Posts: 2262


View Profile Email
« Reply #1 on: February 18, 2020, 01:25:41 AM »

Please use the panel to wrap the propertygrid and the button. The code looks like this.
Code:
<div class="easyui-panel" style="position:relative;width:500px;">
<table class="easyui-propertygrid"></table>
<a href="javascript:;" class="easyui-linkbutton" style="width:100px;">Ok</a>
</div>
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!