mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-12-09 22:51:07 +01:00
Support for XEP-0141: Data Forms Layout.
Data Forms layouts are a part of Data Forms and implemented as extensions, added to a Dataform. Fixes issue SMACK-612.
This commit is contained in:
parent
6e569701b3
commit
ff977825da
8 changed files with 726 additions and 0 deletions
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<x xmlns='jabber:x:data' type='form'>
|
||||
<page xmlns='http://jabber.org/protocol/xdata-layout' label='Label - & é á '>
|
||||
<fieldref var='testField1' />
|
||||
<section label='section Label - & é á '>
|
||||
<text>SectionText - & é á </text>
|
||||
</section>
|
||||
<text>PageText - & é á </text>
|
||||
<section
|
||||
label='<html>Number of Persons by<br/> Nationality and Status</html>'>
|
||||
<reportedref />
|
||||
</section>
|
||||
<text><![CDATA[<html><font color='red'><em>DO NOT DELAY</em></font><br/>supply further information</html>]]></text>
|
||||
</page>
|
||||
</x>
|
||||
Loading…
Add table
Add a link
Reference in a new issue