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>
|
|
|
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
|
|
|
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
|
|
|
|