hi
In tapetsry 5.0.14 works this way to set editor height

1.
@IncludeJavaScriptLibrary({"js/ckeditor/ckeditor.js","js/ckeditorconfig.js"})

CKEDITOR.replace( 'editor1',
{
skin: 'kama',
height: 250,
});

2. and not work in tml file
<textarea class="ckeditor" id="editor1" name="editor1" >
${currentFile}
</textarea>
<script type="text/javascript">
//<![CDATA[

CKEDITOR.replace( 'editor1',
{
    skin: 'kama',
    height: 400,
});

//]]>
</script>


In tapestry 5.1.0.5 works exactly opposite way.
way 1 works and way 2 not.


Why so?

Is there any documentatsion abaout tapestry javascript logic?



And so javaRebel.

Works fine with tapetsry 5.0.8 but in tapestry 5.1.0.5 are no use.

Tapestry itself load some java files. But if i change tml-s also, then
tapestry goes crazy and only restart helps.
Is there any other lib like javaRebel wich may help?



Argo

Reply via email to