0

Compact Theme in CE version?

asked 2018-11-16 18:24:32 +0800

aznavour gravatar image aznavour
26 3

Hi everybody,

will the compact theme iceblue_c mentioned https://www.zkoss.org/wiki/Small_Talks/2018/November/New_Features_of_ZK_8.6.0#Refresh_Theme_without_Code_Change_-_Compact_Theme (here) work in the CE version?

Thanks, Charles

delete flag offensive retag edit

2 Answers

Sort by » oldest newest most voted
0

answered 2018-11-19 10:59:04 +0800

cor3000 gravatar image cor3000
6280 2 7

it's available on the CE maven repository http://mavensync.zkoss.org/maven2/org/zkoss/theme/iceblue_c/8.6.0/ so it should work.

Did you encounter a specific problem?

link publish delete flag offensive edit

Comments

I missed to explicitly include this in the build. Works now, thanks!

aznavour ( 2018-11-20 23:57:37 +0800 )edit
0

answered 2018-11-23 17:09:13 +0800

superium gravatar image superium
29 5

maven center has zk 8.5.0, but not 8.6.0. i tried to use it like this:

<repositories>
        <repository>
            <id>ZK CE</id>
            <name>ZK CE Repository</name>
            <url>....mavensync.zkoss.org/maven2</url>
        </repository>
    </repositories>

    <dependencies>
        <!-- ZK bind dependencies -->
        <dependency>
            <groupId>org.zkoss.zk</groupId>
            <artifactId>zkbind</artifactId>
            <version>${zk.version}</version>
        </dependency>
        <dependency>
            <groupId>org.zkoss.zk</groupId>
            <artifactId>zkplus</artifactId>
            <version>${zk.version}</version>
        </dependency>
...

but it still can't find , maybe due to the GFW of china. i download the zk manually, but the page becomes too slow to response, don't know the reason.

link publish delete flag offensive edit

Comments

I just tried to download it from https://mavensync.zkoss.org/maven2/org/zkoss/zk/zul/8.6.0/zul-8.6.0-javadoc.jar it took ~a second (2.7mb) I think it must be a connection problem

cor3000 ( 2018-11-23 19:38:04 +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
2 followers

RSS

Stats

Asked: 2018-11-16 18:24:32 +0800

Seen: 25 times

Last updated: Nov 23 '18

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