Jump to content
UBot Underground

Any Tutorials For The UI HTML Panel?


Recommended Posts

Hi,

 

I'd like to create a custom interface for my bot with HTML, but I'm not so sure about how to connect the HTML with the variables, and other things in the bot using the UI HTML Panel. :)

 

Are there any video tutorials covering this?

Link to post
Share on other sites

form inputs, and items

 

add attributes

variable="#var" fillwith="value"

 

fillwith can be innertext, value, or other values

replace #var with your variable name for that item.

 

 

status areas

<span id="status" variable="#status" fillwith="innertext"></span>

or replace span with div

  • Like 1
Link to post
Share on other sites

form inputs, and items

 

add attributes

variable="#var" fillwith="value"

 

fillwith can be innertext, value, or other values

replace #var with your variable name for that item.

 

 

status areas

<span id="status" variable="#status" fillwith="innertext"></span>

or replace span with div

 

Thanks a lot, TJ! :) I'll give it a try.

 

It's a bit sad that a lot of features are missing tutorial videos for them... :(

Link to post
Share on other sites

some are more advanced for sure, there is resources here in the forum for them though searching for ui html  or others have seen good results searching google for

ui html examples "ubotstudio.com"

 

Thank you for that search string TJ. :) I didn't think of searching for examples. 

Link to post
Share on other sites

Hey bud,

 

You might want to check out this thread: http://www.ubotstudio.com/forum/index.php?/topic/14614-sell-ubot-ui-node-to-html-converter/

 

Not my product, but for $10 it could really help you learn the process.

 

Thanks a lot! I'll take a look! :)

Link to post
Share on other sites

It's a bit sad that a lot of features are missing tutorial videos for them... :(

 

 

What?

 

Have you taken a look at my UBot Training site?  http://ubottraining.com

 

I have the largest selection of videos here on planet Earth.  If there is something not covered then I need to know.

 

Buddy

  • Like 1
Link to post
Share on other sites

What?

 

Have you taken a look at my UBot Training site?  http://ubottraining.com

 

I have the largest selection of videos here on planet Earth.  If there is something not covered then I need to know.

 

Buddy

 

:o Buddy! Your site is amazing! What a massive selection of videos!

 

I'll start going through them right away once morning comes... :)

 

Thanks a lot! 

 

I see you have some on the UI HTML Panel too. I'll let you know if something's not covered... ;)

Link to post
Share on other sites
  • 3 weeks later...

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