Jump to content
  • 0

Html Edit Value On Interlude?


Question

5 answers to this question

Recommended Posts

  • 0
Posted

If it's about a value which you have to insert, hardcode it, int value = st.hasMoreTokens() ? Integer.parseInt(st.nextToken()) : 1;

  • 0
Posted

Hello.

How i can add default value to edit box?

example

<edit var=\"search\" width=120 height=15 val=?? value=??> not working with val or value

It can only be done in Community Board by messing with ShowBoard packet.

  • 0
Posted

If it's about a value which you have to insert, hardcode it, int value = st.hasMoreTokens() ? Integer.parseInt(st.nextToken()) : 1;

No. i want set default value, example like in html:

<input type="text" id="myText" value="Test"> and in edit field will be text: "Test"

But how to do it on Interlude with edit tag?

  • 0
Posted

Do you remember clan notice? I bet you do. Check how the notice appearing in the combobox when a leader want to edit it. There isn't any tag or amything like that... it's a whole code.

Btw vampir answered you twice.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...