1

Component definition not found: ul in [LanguageDefinition: xul/html]

asked 2015-06-01 14:18:27 +0800

greendragon gravatar image greendragon
25 4

updated 2015-06-01 14:20:11 +0800

Hi!!! I should create a bootstrap dropdown button using this code:

<div class="btn-group">
  <button type="button" class="btn btn-danger">Action</button>
  <button type="button" class="btn btn-danger dropdown-toggle" data-toggle="dropdown" aria-expanded="false">
    <span class="caret"></span>
    <span class="sr-only">Toggle Dropdown</span>
  </button>
  <ul class="dropdown-menu" role="menu">
    <li><a href="#">Action</a></li>
    <li><a href="#">Another action</a></li>
    <li><a href="#">Something else here</a></li>
    <li class="divider"></li>
    <li><a href="#">Separated link</a></li>
  </ul>
</div>

I get this error message:

Component definition not found: ul in [LanguageDefinition: xul/html]

Is it a problem regarding zk version? I'm using the latest 7.0.5. Can you help me? Thanks!

delete flag offensive retag edit

2 Answers

Sort by ยป oldest newest most voted
0

answered 2015-06-01 17:59:59 +0800

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

Please take a look at this old topic.

http://forum.zkoss.org/question/50914/ul-tag-in-zk/

Greetz chill

link publish delete flag offensive edit
0

answered 2015-06-04 08:43:43 +0800

greendragon gravatar image greendragon
25 4

Thanks chillworld!!!

link publish delete flag offensive edit

Comments

Your welcome

chillworld ( 2015-06-04 10:48:34 +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-06-01 14:18:27 +0800

Seen: 87 times

Last updated: Jun 04 '15

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