Jump to content
  • 0

Html Edit Value On Interlude?


Question

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

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.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock