Jump to content
UBot Underground

A Great Site for Making a Custom Ui Html Panel


Recommended Posts

I will make a video on how easy it is to make a great html panel using this site later. For now just register and start creating a web form. The form logix creator uses absolute positioning instead of having to worry about using tables. Basically drag and drop elements into the form where you want them to appear. I will also be making a bot to go along with this site to easily add the ubot format for fields, such as fillwith="value" etc.

 

https://www.formlogix.com/

 

Example:

 

http://i.imgur.com/NiLuO.png

 

Good Luck!

  • Like 1
Link to post
Share on other sites

This is REALLY nice and the advanced mode puts dreamweaver to shame... thanks for the share! http://ubotstudio.com/forum/public/style_emoticons/default/rolleyes.gif

 

Could do without the monthly fees though...

Link to post
Share on other sites

How are you accessing the html to create your variables, etc? The system is really nice, but that is a bit of a drawback as far as I can tell...

 

John

Link to post
Share on other sites

When considering a tool for creating UI HTML Panels for Ubot, didn't look any further than the powerful looking IDE that John uses in his LearnUbot.com videos. It looks to be Microsoft's SharePoint Designer 2007 which is, by the way, FREE and very powerful. Though it doesn't create the cleanest CSS code on it's own (your style's end up being inline) it is user friendly enough.

 

All your standard HTML and CSS tags are built into the IDE. You type an open '<' and the IDE offers a dropdown with all of your possible html tags in it.

 

Say you pic div from the drop down list and hit space, again you are offered up all of the possible parameters.

 

You can do a split window with code up top and wysiwyg on bottom. Grab an element and resize it in the editor and the necessary css style(s) are automatically added to the element up top.

 

Just google 'download SharePoint designer 2007'

 

Don't get SharePoint Designer 2010. It requires that you connect to an actual SharePoint site to use it.

 

One thing I did notice is that SPD 2k7 displays Open File and Save File elements incorrectly. It displays an input box in front of the button. Don't worry though, it displays correctly in ubot after you paste the code in.

  • Like 1
Link to post
Share on other sites
  • 8 months 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...