0

Problem showing textbox into tabbox tab

asked 2015-04-02 13:05:27 +0800

SL15 gravatar image SL15
1

I'm trying to add a textbox into a tabbox tab using the example that i found here: books.zkoss.org/wiki/ZKComponentReference/Containers/Tabbox/Tab

The problem is that when I try to do this in my project, the tab not contains the textbox, only shows the text " <textbox></textbox> "

This is my code:

<tabs id="tPages"
children="@load(vm.studyPages)">
<template name="children"
    var="studyPatientPage">
    <tab>
        <caption hflex="min" label="search">
            <textbox />
        </caption>
    </tab>
</template>
</tabs>
delete flag offensive retag edit

3 Answers

Sort by ยป oldest newest most voted
1

answered 2015-04-03 03:56:34 +0800

echarish gravatar image echarish flag of Japan
1809 7
http://jp.linkedin.com/in...

This feature of putting a caption is only available in

[ZK EE] [Since 6.5.0]

http://books.zkoss.org/wiki/ZKComponentReference/Containers/Tabbox/Tab

Check you ZK version,

Hairsh

link publish delete flag offensive edit
0

answered 2015-04-03 02:52:26 +0800

cor3000 gravatar image cor3000
6280 2 7

I tried the same, without your problem in this example on ZK-Fiddle

Which version/edition of ZK are you using that has this problem?

link publish delete flag offensive edit
0

answered 2015-04-07 10:50:27 +0800

SL15 gravatar image SL15
1

My version is 6.5.2 and the example should work, I don't understand what happens.

link publish delete flag offensive edit

Comments

1

then I can only point to echarish's answer... are you using ZK EE (enterprise) or maybe just the CE (free) edition

cor3000 ( 2015-04-07 12:56:13 +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: 2015-04-02 13:05:27 +0800

Seen: 37 times

Last updated: Apr 07 '15

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