EasyUI Forum
May 16, 2024, 02:00:35 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
  Home Help Search Login Register  
  Show Posts
Pages: [1]
1  General Category / EasyUI for jQuery / History.Back with refresh on: December 25, 2020, 02:21:46 PM
Is there a way to add also a refresh (like F5) after an history.back function ?


<a href="#" class="easyui-linkbutton"  onclick="history.back()" data-options="iconCls:'icon-undo'" style="padding:5px 0px;width:15%; margin-left:20px"> <span style="font-size:14px;">Indietro</span></a>
2  General Category / EasyUI for jQuery / Re: grid link to another page... on: December 25, 2020, 05:15:50 AM
Yes I want to have a link for each items added with several <td> this seems a good solution. thanks again
and
Merry Christmas

Federico
3  General Category / EasyUI for jQuery / grid link to another page... on: December 21, 2020, 03:48:42 PM
Hi I would like after a click event upon  a grid column
to load a form passing the value of the item

something like this

<div data-options="disabled:false"><a style="text-decoration:none;" href="appl.exe?MK-KEY=2020122123415297" class="easyui-menulink"> item1 aree</a></div>

Any way to do that ? (also without easyui-menulink item.. i posted these lines just to give you an idea..)

thanks
Federico
4  General Category / General Discussion / (SOLVED) Re: tooltip without javascript (only with declaration) on: June 07, 2020, 01:38:19 AM
<a href="#" class="easyui-tooltip" title="here the message">

<here the easy widget....>

</a>

This is the correct way.
Federico
5  General Category / General Discussion / tooltip without javascript (only with declaration) on: June 05, 2020, 04:15:40 AM
Hi is there a "declaration" way to add atooltip for a input text without add javascript dynamic code ?

<input class="easyui-numberspinner easy-tooltip" value="0" data-options="label:'verso:',min:1,max:100" title="tool"> 

this doesn't run.

Thanks.

Federico
6  General Category / EasyUI for jQuery / combo reload at runtime on: June 01, 2020, 02:59:14 AM
Hi I would like to make a "classic" form where depending on the choice of a combo (that contains for example provinces...) I need to load a second combo with the appropriate json file with the cities in the province.. for example opening depening on the name of the choiced province. What's the better way ?

Federico
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!