33_readingsGroup.pm, 33_readingsProxy.pm: use textField-long
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@7515 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -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($)
|
||||
{
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user