textedit, is very very good addition, but it's missing name attribute!!!
Which means the contents of it doesn't get send to dedicated- or web-server

please take consideration to add this feature

Moderator: NADEO
Code: Select all
<manialink version="2">
<timeout>0</timeout>
<textedit default="" autonewline="1" sizen="205 85" posn="0 0 0" id="input"/>
<entry default="" posn="200 200 0" sizen="9 4" id="output" name="content"/>
<script><!--
main() {
declare CMlTextEdit input <=> (Page.GetFirstChild("input") as CMlTextEdit);
declare CMlEntry output <=> (Page.GetFirstChild("output") as CMlEntry);
while (True) {
yield;
output.Value = input.Value;
}
}
--></script>
</manialink>
Heh, it indeed is ugly, but it worksGlad to see you found a workaround (a little bit very much ugly but... my bad).
Thanks!The feature has been added, it should be available in the next update.
Users browsing this forum: No registered users and 1 guest