mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-19 12:46:03 +00:00
fhemweb.js: change textField-long dialog maxheight to height (Forum #74992)
git-svn-id: https://svn.fhem.de/fhem/trunk@14855 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
924f8b07b4
commit
a8023c029a
@ -1148,7 +1148,7 @@ FW_createTextField(elName, devName, vArr, currVal, set, params, cmd)
|
||||
|
||||
$('#editdlg').dialog(
|
||||
{ modal:true, closeOnEscape:true, width:$(window).width()*3/4,
|
||||
maxHeight:$(window).height()*3/4,
|
||||
height:$(window).height()*3/4,
|
||||
close:function(){ $('#editdlg').remove(); },
|
||||
buttons:[
|
||||
{ text:"Cancel", click:function(){
|
||||
|
Loading…
x
Reference in New Issue
Block a user