Jump to content
UBot Underground

Display List In Ui Html Panel


Recommended Posts

Here is how you can show it either in a textarea or a div you can also use span and probably some other tags as well: For the number of rows you can always set a height for the div or textarea and it should scroll once it becomes larger than the height.

ui html panel("<textarea variable=\"#show\"></textarea>
<div variable=\"#show\"></div>",400)
clear list(%numbers)
add list to list(%numbers,$list from text("0,1,2,3,4,5,6,7,8,9",","),"Delete","Global")
set(#show,$text from list(%numbers,$new line),"Global")
Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   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.

Loading...
×
×
  • Create New...