Home
Name Modified Size InfoDownloads / Week
Windows Installer 2013-12-29
View Builder Source Files 2013-12-29
readme.txt 2013-12-29 4.9 kB
Totals: 3 Items   4.9 kB 0
View Builder Release Notes:





ViewBuilder_dev1.zip date: 6/09/2013

	I added a form builder menu that will at some point serve as a visual way for the user to create
html forms.  Right now it will only insert a shell of an html form in the html code editor text box.
My intention is too add the capabilty adding elements to the form in the next version.


ViewBuilder_dev1a.zip date: 6/17/2013

Updated form builder to allow entry of server page to submit form data.
Updated form builder to allow selection of HTTP method(POST or GET).
Updated Main Form to remove focus from the Code Editor text area on start.


ViewBuilder_dev1b.zip date: 10/28/2013

Added validation to edit buttons to make sure there
is no document object present so a null object exception is not thrown.

Changed default doc type of html code window to HTML5


ViewBuilder_dev1c.zip date: 10/29/2013

Added Working Insert Image Button to tool bar.  It opens a new window dialog allowing you to open the image from file and set the alternative text property of the img tag.



ViewBuilder_dev1d.zip date: 10/30/2013

Added filtering to remove unwanted microsoft tags added to the html code in code view window

Added line breaks after the following tags to make the code more readable in html code view:
<HTML><HEAD></HEAD><BODY></BODY>


ViewBuilder_dev1d.zip date: 10/31/2013

added background color to code view to make it easier to read.


ViewBuilder_dev1.zip date: 11/2/2013

I have decided to stop adding letter identifiers after the each development release.  Going forward I will use the title
ViewBuilder_dev1.zip as the file name until a significant feature change or changes are made to the c# solution project.

Fixed cancel button in the InsertImageForm so that the form will close when you click on it.


ViewBuilder_dev1.zip date: 11/14/2013


Added support for CSS(features listed below)

1. You can insert a link tag into the Code Editor section by clicking on the CSS button in toolbar
2. CSS can also be referenced by manually typing the CSS LinK Tag in the head section of the Code Editor section.
3. CSS opened by the link tag will appear in the new CSS Editor section.
4. CSS will be saved automattically to file after click outside of the CSS Editor section.
5. All changes made in the Code Editor Section and/or the CSS Editor Section will be applied after clicking on the live preview section.


ViewBuilder_dev1.zip date: 11/18/2013

1. Now when you click out of the Code Editor or the CSS Editor the Live Preview is updated.
2. After you add a reference to an external css file from the CSS menu the loaded css will applied
   immediately within the Live Preview.
3. All temporary files used by View Builder are now deleted on program exit.

ViewBuilder_dev1.zip date: 11/23/2013

1. Form Builder now adds a submit button by default
2. Added the ability to name the form
3. Added the ability to name the submit button
4. Added the ability to set the text of the submit button
5. Added check to make sure the user has selected the browser before
   inserting a form to prevent errors.

ViewBuilder_dev1.zip date: 11/24/2013

1. Added the ability to insert a drop down list.
2. Added the ability to insert a button.

ViewBuilder_dev1.zip date: 11/25/2013

1. Created a menu item named Lists that has options to create drop down , ordered, and unordered lists.

ViewBuilder_dev1.zip date: 11/26/2013

1. Created the ability to select text and automatically create a button from it
2. Created some spacing in Code View Area to make it easier to read.


ViewBuilder_dev1.zip date: 11/27/2013

1. Created the ability to insert a horizontal rule into the web page




ViewBuilder_dev1.zip date: 11/28/2013

1. Created the ability to insert all html heading tags <h1> thru <h6>.



ViewBuilder_dev1.zip date: 11/29/2013

1. created the ability to insert an html <div> element.
2. created the ability to insert a superscript or subscript.


ViewBuilder_dev1.zip date: 11/30/2013

1. created the ability to insert an html textarea.

ViewBuilder_dev1.zip date: 12/01/2013

2. added Find and Replace feature on tool bar


ViewBuilder_dev1.zip date: 12/02/2013

1. added the ability to insert a radio button
2. added the ability to insert a check box button

ViewBuilder_dev1.zip date: 12/04/2013

1. add the ability to find and replace by selection only.


ViewBuilder_dev1.zip date: 12/29/2013

1. Fixed issue with save file operations not saving changes made in the live editor
   without first clicking on the Code Editor Area.

2. Placed new file, open file, and save file buttons in a file drop down menu.

3. Placed html form elements under the Forms menu.

4. Placed table creation button under the new Data menu(added for future data features).











	

Source: readme.txt, updated 2013-12-29