egroupware/etemplate/js/test/et2_test_expressions.xet
Andreas Stöckel 41787c36f3 - Reading readonly properties
- Added system for readonlys: Readonly is passed in constructor as third parameter. If a widget class is registerd with "[type]_ro" (see et2_textbox for example) this one is created
- Added new 'valueWidget' base class which introduces the 'value' attribute and implements auto loading from the content array
- Implemented readonly attribute for buttons and textboxes
2011-08-16 12:31:18 +00:00

11 lines
241 B
XML

<?xml version="1.0"?>
<overlay>
<template id="test">
<vbox>
<description disabled="!@@display_text" value="Dies ist nur ein test!" />
<textbox id="textbox" value="Test"/>
</vbox>
</template>
<textbox id="textbox" />
</overlay>