mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
41787c36f3
- 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
11 lines
241 B
XML
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>
|