Jump to content
  • 0

Html Help About Space


Question

Posted (edited)

Hello guys,

 

[iL client]

Is that possible in a combobox to add space ? example:

 

Edit: when u want petition the combobox have normaly spaces..

<combobox width=250 var=test list=first;second;third;>

is :

thycw68.png

 

now if i want to add items like : "First one" for example...

the code:

<combobox width=250 var=test list=First one;Second one;Third one;>

is :

ge2pfGU.png

 

I dont think im doing something wrong...

 

Things i tried:

 

html replace from First to "First one" , same results.

Instead of space adding   as replace but since it have ";" it stop there, reading new item.. 

Edited by melron

7 answers to this question

Recommended Posts

  • 0
Posted

You can have a syntax like second_one but no second one.

Combobox can't read the spaces between words.

 

Also, you will need bypass for combobox. (In case you do not know it). 

  • 0
Posted (edited)

You can have a syntax like second_one but no second one.

Combobox can't read the spaces between words.

 

Also, you will need bypass for combobox. (In case you do not know it). 

Ofc i know it....

 

I made this topic because i saw how petition combobox works and i confused...

 

TQ1nmA3.png

Edited by melron
  • 0
Posted

These values at the petition box aren't in a html file but in the client.

 

Try non breaking space.

Alright thanks...

Guest
This topic is now closed to further replies.


×
×
  • Create New...