Please help explain the script below, what's the 'className';'unloadConfirmation','mask' stand for? Is there relative docs could be refered to?

2014-05-16 Thread 003210
 
Hi,
Please help explain the script below, what's the 
'className';'unloadConfirmation','mask' stand for?
Is there relative docs could be refered to?

'var element=document.getElementById('container'); 
var settings = new Object();
settings.minWidth=200;
settings.minHeight=200;
settings.className='w_blue';
settings.width=700;
settings.height=500;
settings.resizable=true;
settings.element=element;
settings.title='网元2机箱1槽位5板卡1.1端口1';
settings.mask='semi-transparent';
settings.autoSize=false;
settings.unloadConfirmation=true;
Wicket.Window.create(settings).show();'









软件七部 孙雅斌
分机:58963399-5244

Please help explain the script below, what's the 'className';'unloadConfirmation','mask' stand for? Is there relative docs could be refered to?

2014-05-11 Thread 003210
Hi,
Please help explain the script below, what's the 
'className';'unloadConfirmation','mask' stand for?
Is there relative docs could be refered to?

'var element=document.getElementById('container');
var settings = new Object();
settings.minWidth=200;
settings.minHeight=200;
settings.className='w_blue';
settings.width=700;
settings.height=500;
settings.resizable=true;
settings.element=element;
settings.title='网元2机箱1槽位5板卡1.1端口1';
settings.mask='semi-transparent';
settings.autoSize=false;
settings.unloadConfirmation=true;
Wicket.Window.create(settings).show();'







软件七部 孙雅斌
分机:58963399-5244

Do wicket have script Guid, which could explain function 'Wicket.window.create()' ?

2014-05-07 Thread 003210
Hi,
Do wicket have script Guid, which could explain function 
'Wicket.window.create()' ?







软件七部 孙雅斌
分机:58963399-5244

Do wicket have modal-window example? what title is it on the example list?

2014-05-06 Thread 003210
Hi,
Do wicket have modal-window example? what title is it on the example list?







sunnybean
58963399-5244

I do eagerly hope could have API locally. Do Wicket provide API download url?

2014-04-17 Thread 003210
hi,Martin Grigorov,
Do Wicket provide API download url,
Since my network is not stable, I do eagerly hope could have API locally.




sunnybean
58963399-5244

One example question:

2014-04-17 Thread 003210
Hi,
For  one example question:
In org.apache.wicket.examples.compref.TabbedPanelPage on line 95,
the sentence goes like tabbedPanel.add(AttributeModifier.replace(class, 
TabbedPanelPage.this.getDefaultModel())); .
I have tow questions:
1、Dose the 'class' keyword in the markup stand for CSS Class?
2、If the answer to question one is 'true', then why put an IModel to CSS Class? 
this move stands for what?






软件七部 孙雅斌
分机:58963399-5244



From: Martin Grigorov
Date: 2014-04-17 15:45
To: 孙雅斌
CC: users
Subject: Re: Do wicket have one-whole doc includes all docs that allow download 
in one time?
Hi,


No. There is no such doc.
If you use IDE like Intellij IDEA, Netbeans, Eclipse and if you use Maven-like 
build tool then you can tell them to download the javadoc automatically.


Martin Grigorov
Wicket Training and Consulting



On Thu, Apr 17, 2014 at 10:41 AM, 003210 sunya...@raisecom.com wrote:

Hi,
This url (http://central.maven.org/maven2/org/apache/wicket/) provides 
separated docs ,
Do wicket have one-whole doc includes all docs that allow download in one time?





软件七部 孙雅斌
分机:58963399-5244



From: Martin Grigorov
Date: 2014-04-17 15:15
To: 孙雅斌
CC: users
Subject: Re: I do eagerly hope could have API locally. Do Wicket provide API 
download url?
Hi, 


You can download all -javadoc.jar files from Maven repos - 
http://central.maven.org/maven2/org/apache/wicket/


Martin Grigorov
Wicket Training and Consulting



On Thu, Apr 17, 2014 at 6:27 AM, 003210 sunya...@raisecom.com wrote:

hi,Martin Grigorov,
Do Wicket provide API download url,
Since my network is not stable, I do eagerly hope could have API locally.




sunnybean
58963399-5244

Re: Re: One example question:

2014-04-17 Thread 003210
Hi,
As you explaned,
I infer that this 'TabbedPanelPage.this.getDefaultModel()' should return one 
model obtaining object String,
which String would be just the Class tag attribute in markup.
Have I understood u aright?
So why use the Class tag attribute itself replace the Class tag attribute 
itself? What would all that mean in practice?




软件七部 孙雅斌
分机:58963399-5244



From: Martin Grigorov
Date: 2014-04-17 18:07
To: 孙雅斌
CC: users
Subject: Re: One example question:
1) true
2) by using a model you can make the value dynamic, i.e. model.getObject() can 
return different values depending on some conditions. For example the class may 
be even for the even rows and odd for the odd rows. Read 
https://cwiki.apache.org/confluence/display/WICKET/Working+with+Wicket+models


Martin Grigorov
Wicket Training and Consulting



On Thu, Apr 17, 2014 at 1:02 PM, 003210 sunya...@raisecom.com wrote:

Hi,
For  one example question:
In org.apache.wicket.examples.compref.TabbedPanelPage on line 95,
the sentence goes like tabbedPanel.add(AttributeModifier.replace(class, 
TabbedPanelPage.this.getDefaultModel())); .
I have tow questions:
1、Dose the 'class' keyword in the markup stand for CSS Class?
2、If the answer to question one is 'true', then why put an IModel to CSS Class? 
this move stands for what?






软件七部 孙雅斌
分机:58963399-5244



From: Martin Grigorov
Date: 2014-04-17 15:45
To: 孙雅斌
CC: users
Subject: Re: Do wicket have one-whole doc includes all docs that allow download 
in one time?
Hi, 


No. There is no such doc.
If you use IDE like Intellij IDEA, Netbeans, Eclipse and if you use Maven-like 
build tool then you can tell them to download the javadoc automatically.


Martin Grigorov
Wicket Training and Consulting



On Thu, Apr 17, 2014 at 10:41 AM, 003210 sunya...@raisecom.com wrote:

Hi,
This url (http://central.maven.org/maven2/org/apache/wicket/) provides 
separated docs ,
Do wicket have one-whole doc includes all docs that allow download in one time?





软件七部 孙雅斌
分机:58963399-5244



From: Martin Grigorov
Date: 2014-04-17 15:15
To: 孙雅斌
CC: users
Subject: Re: I do eagerly hope could have API locally. Do Wicket provide API 
download url?
Hi, 


You can download all -javadoc.jar files from Maven repos - 
http://central.maven.org/maven2/org/apache/wicket/


Martin Grigorov
Wicket Training and Consulting



On Thu, Apr 17, 2014 at 6:27 AM, 003210 sunya...@raisecom.com wrote:

hi,Martin Grigorov,
Do Wicket provide API download url,
Since my network is not stable, I do eagerly hope could have API locally.




sunnybean
58963399-5244

I saw messy code in 'wicket-examples-6.14.0-sources.jar' when I'v decompressed this jar.

2014-04-17 Thread 003210
Hi,
I saw messy code in 'wicket-examples-6.14.0-sources.jar' when I'v decompressed 
this jar.
i.e 
org.apache.wicket.examples.encodings.Home line 43, code goes 'add(new 
Label(message, Hello world! Test: ���)); '
org.apache.wicket.examples.linkomatic.Home line 102, code goes 
'.add(bookmarkparameter, 3++2  5 � space + �); '

my decompress tool is WinRAR.exe. 






软件七部 孙雅斌
分机:58963399-5244

Could you tell me the 6.14.0 wicket examples zip download url available today.

2014-04-04 Thread 003210
Hi,
I'v been told that for Wicket v1.2.4 examples, users can download by url 'http 
: //wicket.sourceforge.net/Download.html'.
But today the url 'http : //wicket.sourceforge.net/Download.html' is not 
available.
Could you tell me the 6.14.0 wicket examples zip download url available today.

thanks.




sunnybean
010-58963399-5244