javascript window dhtml form javascript layer open window in javascript close window size layer movement manipulation create layer form message box javascript

PRODUCTS

JavaScript Projects

PHP Projects

Javascript Tools

SUPPORT

Standard vs PRO

FAQ

Contacts

Site Map

CODETHAT

Downloads

Users Testimonials

Our Customers

STUDIO   GRID   TABLE   MENU   TREE   XPBAR   HINT   EDITOR   TAB   FORM   CALENDAR   SCROLLER   SHOPPINGCART   TREEPHP   PACKER

User Manual

Introduction

Form style

Form action

On-line Builder

Layered Form

Simple Window

123Guide

Examples

Download

Themes

FAQ

CODETHATFORM FAQ

Questions List

How can I get samples that might show me using your CodeThatForm Builder, how to create cool forms?

Do you think you could provide this (and all the files that come along on this page) in an offline version so I can utilize this when not connected to the Internet?

How can I set CSS-style for the main form window and form caption?

Answers

How can I get samples that might show me using your CodeThatForm Builder, how to create cool forms?

Please expect the detailed reply about the issues you're having ASAP and speaking of the pre-made demos please see these URLs:

CodeThatForm Themes

CodeThatForm Examples

Do you think you could provide this (and all the files that come along on this page) in an offline version so I can utilize this when not connected to the Internet?

The examples were included into the package you have downloaded (PRO version) and you already have 'em on the HDD of yours. Speaking of the themes - zips are available for download on their (themes) page

How can I set CSS-style for the main form window and form caption?

They're have different CSS settings.

Below is a piece of code that describes the way to set CSS classes for caption and main window:

win = new CLrWindow(
	300, 200, 100, 100, 'Test window', html,
	'#AADDEE', '',
	'mainCSS', //CSS for content area
	[//buttons
		{
			w : 16,
			h : 14,
			src : 'img/min.gif',
			over : 'img/minovr.gif'
		}, //min
		{
			w : 16,
			h : 14,
			src : 'img/max.gif',
			over : 'img/maxovr.gif'
		}, //max
		{
			w : 16,
			h : 14,
			src : 'img/close.gif',
			over : 'img/closeovr.gif'
		}, // close
		{
			w : 16,
			h : 14,
			src : 'img/rest.gif',
			over : 'img/restovr.gif'
		} //restore
	],
	{
		bgc : 'yellow', h : 25, css : 'headerCSS'
	}, //CSS for header
	{
		color : 'black', width : 2,
		t : {
			color : 'red', width : 3
		},
		l : {
			color : 'blue', width : 100
		}
	},
	1, 1, 2, 'Alpha(Opacity=80)'
); 

 

[ Home ]  [ Contacts ]  [ Site Map ]  [ News ]  [ Links ]  [ Downloads ]

[ Go Top ]

© CodeThat.com, 2003-2010
Design by XTLabs, Inc
Sponsored by Rocket Division Software, LTD.