2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 10:46:53 +00:00

33_readingsGroup.pm, 33_readingsProxy.pm: use textField-long

git-svn-id: https://svn.fhem.de/fhem/trunk@7515 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme-1968 2015-01-11 09:46:01 +00:00
parent bd08150bd9
commit fa12df2a36
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ use vars qw(%FW_hiddenroom);
use vars qw(%FW_visibleDeviceHash);
use vars qw(%FW_webArgs); # all arguments specified in the GET
my @mapping_attrs = qw( commands mapping nameIcon cellStyle nameStyle valueColumn valueColumns valueFormat valuePrefix valueSuffix valueIcon valueStyle );
my @mapping_attrs = qw( commands:textField-long mapping:textField-long nameIcon:textField-long cellStyle:textField-long nameStyle:textField-long valueColumn:textField-long valueColumns:textField-long valueFormat:textField-long valuePrefix:textField-long valueSuffix:textField-long valueIcon:textField-long valueStyle:textField-long );
sub readingsGroup_Initialize($)
{

View File

@ -37,7 +37,7 @@ sub readingsProxy_Initialize($)
$hash->{AttrList} = "disable:1 "
."getList "
."setList "
."getFn setFn valueFn "
."getFn:textField-long setFn:textField-long valueFn:textField-long "
.$readingFnAttributes;
}