0

Hflex zk of listbox

asked 2015-06-08 15:56:34 +0800

Fzacraoui gravatar image Fzacraoui
1 2

updated 2015-06-08 15:57:01 +0800

Hi everybody i'm using hflex to change listcell, but it doesn't take by considaration any help please <listcell> <listbox model="@load(each.taches)"> <template name="model" var="item"> <listitem visible="@load(not empty each.taches)"> <listcell hflex="2"> <progressmeter style="span.z-progressmeter-image" value="@load(item.progres)" width="110px" height="16px"> </progressmeter> </listcell> <listcell hflex="min" style="text-align:center;"> <label width="45px" sclass="badge bg-primary" value="@load(c:cat(item.progres,'%'))" /> </listcell>

delete flag offensive retag edit

Comments

Hi Fzacraoui, just want to confirm, you want to change listcell width using hflex ?

kleponboy ( 2015-06-09 06:09:59 +0800 )edit

yes exactly , i want that progress greater than label

Fzacraoui ( 2015-06-09 10:03:20 +0800 )edit

Thank you i solve by adding this ` <listcell>

                    &lt;listbox model="@load(each.taches)"&gt;
                        &lt;listhead&gt;
                            &lt;listheader hflex="2" /&gt;
                            &lt;listheader hflex="min" /&gt;
                        &lt;/listhead&gt;

                        &lt;template name="model" var="item"&gt;`
Fzacraoui ( 2015-06-09 10:16:50 +0800 )edit
Be the first one to answer this question!
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-06-08 15:56:34 +0800

Seen: 31 times

Last updated: Jun 08 '15

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