1

Is there any way to remove xhtml tag

asked 2014-06-03 12:57:23 +0800

sitansu gravatar image sitansu
2254 13
http://java91.blogspot.in...

updated 2014-06-03 13:37:04 +0800

Hi there ,

I have requirement to remove xhtml tag and design into zk component .I am try to design it absolutelayout but i am unable to found any solution .

I create a fiddle see here:http://zkfiddle.org/sample/206ovrm/4-Another-new-ZK-fiddle

So anyone can help me how to remove the "<x:table &gt;,<x:tr="">,<x:td>" and design it with zk component.

Thanks

sitansu

delete flag offensive retag edit

1 Answer

Sort by ยป oldest newest most voted
2

answered 2014-06-03 14:07:34 +0800

chillworld gravatar image chillworld flag of Belgium
5367 4 9
https://github.com/chillw...

Something like this?

<zk>
    <window title="toolbar" height="600px" width="600px" closable="true"
        focus="true">
        <borderlayout width="100%" height="100%">
            <north border="none">
                <hlayout style="margin-top:2px;" sclass="z-valign-middle">
                    <space width="10px" />
                    <label value="display icon" sclass="group-header" />
                    <radiogroup>
                        <hlayout style="margin-right:2px;" sclass="z-valign-middle">
                            <radio label="display" value="Yes"/>
                            <radio label="hide" value="No" />
                        </hlayout>
                    </radiogroup>
                </hlayout>
            </north>
            <center border="none">
                <hlayout style="padding: 10px;" hflex="1" vflex="1">
                    <separator />
                    <listbox droppable="true" hflex="1" vflex="1">
                    </listbox>
                    <separator />
                    <listbox hflex="1" vflex="1" multiple="true">
                    </listbox>
                    <separator />
                </hlayout>
            </center>
        </borderlayout>
    </window>
</zk>
link publish delete flag offensive edit

Comments

@chillworld Thanks

sitansu ( 2014-06-03 14:14:46 +0800 )edit

your welcome

chillworld ( 2014-06-03 14:16:38 +0800 )edit
Your answer
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow
1 follower

RSS

Stats

Asked: 2014-06-03 12:57:23 +0800

Seen: 10 times

Last updated: Jun 03 '14

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More