On Mon, 05 Aug 2013 19:10:57 -0300, Dimitris Zenios
wrote:
I would love to see a book for tapestry-ioc,plastic only.And how it can
integrate with other forms of application and compete with spring etc etc
This book has the intention of covering 100% of Tapestry-IoC and most of
Plastic, at
Is Ckeditor loading CSS files by itself? If not, you could leave the CSS
files in assets folder, then load the css files through @Import in the
component Java class.
On Mon, Aug 5, 2013 at 6:08 PM, Dimitris Zenios
wrote:
> Also Yunhua Sang module dispatcher only support .js files.Ckeditor need
I would love to see a book for tapestry-ioc,plastic only.And how it can
integrate with other forms of application and compete with spring etc etc
On Tue, Aug 6, 2013 at 12:20 AM, Thiago H de Paula Figueiredo <
thiag...@gmail.com> wrote:
> On Mon, 05 Aug 2013 17:13:54 -0300, Thiago H de Paula Fig
Also Yunhua Sang module dispatcher only support .js files.Ckeditor needs to
load css files alsos
On Tue, Aug 6, 2013 at 12:30 AM, Dimitris Zenios
wrote:
> There is a slight problem.I am using a require.js module to load
> ckeditor.I have ckeditor-library as a shim and a ckeditor module like this
There is a slight problem.I am using a require.js module to load ckeditor.I
have ckeditor-library as a shim and a ckeditor module like this
define(["ckeditor-library"], function() {
return function(spec) {
blah blah
}
});
When ckeditor library is initialized, it tries to get its j
Hi Dimitris,
You could create a new JavaScript module and put all the needed JavaScript
files into the same folder.
The folder structure could be like:
resources
META-INF
modules
ckeditor
js files...
The default folder of JavaScript modules is resources/
On Mon, 05 Aug 2013 17:13:54 -0300, Thiago H de Paula Figueiredo
wrote:
* I thought about a cookbook section, but I'm not sure what people would
find interesting.
* You may suggest by asking questions about Tapestry or how to implement
something with it, even if it sounds preposterous.
On Mon, 05 Aug 2013 15:01:39 -0300, Dimitris Zenios
wrote:
Hello everybody.I am trying to integrate tapestry 5.4 and ckeditor.
Ckeditor loads all its dependencies asynchronously but not through
require.js. How can i expose ckeditors folder for the to the client in
order to let ckeditor.js loa
Hi!
I've said a handful of times in this mailing list that I'd love to write a
book on Tapestry. With crowdsourcing sites like Kickstarter and Indiegogo,
I can check whether there's demand enough for the book before writing. In
addition, it seems I'll have the free time needed to start work
Hi,
but it also works with a beaneditform:
...
What you see?
...
@Component(id = "beanEditForm", parameters = {"object=beanToEdit",
"add=kaptcha"})
private BeanEditForm _editFormComponent;
Kind regards
David
Am 05.08.2013 18:45, schri
Hello everybody.I am trying to integrate tapestry 5.4 and ckeditor.
Ckeditor loads all its dependencies asynchronously but not through
require.js. How can i expose ckeditors folder for the to the client in
order to let ckeditor.js load its resources from?
Regards
Dimitris Zenios
On Mon, 05 Aug 2013 12:53:48 -0300, Nikola Vulovic
wrote:
How to add kapcha to beaneditform?
Use BeanEditor instead.
--
Thiago H. de Paula Figueiredo
-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For add
How to add kapcha to beaneditform?
--
Pozdrav Nikola Vulovic
13 matches
Mail list logo