<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ru">
		<id>http://wbex.ru/index.php?action=history&amp;feed=atom&amp;title=JavaScript_DHTML%2FSmartClient%2FButton</id>
		<title>JavaScript DHTML/SmartClient/Button - История изменений</title>
		<link rel="self" type="application/atom+xml" href="http://wbex.ru/index.php?action=history&amp;feed=atom&amp;title=JavaScript_DHTML%2FSmartClient%2FButton"/>
		<link rel="alternate" type="text/html" href="http://wbex.ru/index.php?title=JavaScript_DHTML/SmartClient/Button&amp;action=history"/>
		<updated>2026-04-04T12:47:32Z</updated>
		<subtitle>История изменений этой страницы в вики</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>http://wbex.ru/index.php?title=JavaScript_DHTML/SmartClient/Button&amp;diff=3780&amp;oldid=prev</id>
		<title> в 10:00, 26 мая 2010</title>
		<link rel="alternate" type="text/html" href="http://wbex.ru/index.php?title=JavaScript_DHTML/SmartClient/Button&amp;diff=3780&amp;oldid=prev"/>
				<updated>2010-05-26T10:00:24Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr style=&quot;vertical-align: top;&quot; lang=&quot;ru&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Предыдущая&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Версия 10:00, 26 мая 2010&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; style=&quot;text-align: center;&quot; lang=&quot;ru&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(нет различий)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
			</entry>

	<entry>
		<id>http://wbex.ru/index.php?title=JavaScript_DHTML/SmartClient/Button&amp;diff=3781&amp;oldid=prev</id>
		<title>Admin: 1 версия</title>
		<link rel="alternate" type="text/html" href="http://wbex.ru/index.php?title=JavaScript_DHTML/SmartClient/Button&amp;diff=3781&amp;oldid=prev"/>
				<updated>2010-05-26T07:27:43Z</updated>
		
		<summary type="html">&lt;p&gt;1 версия&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Новая страница&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Button event handler==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
  &amp;lt;!-- start source code --&amp;gt;&lt;br /&gt;
   &lt;br /&gt;
    &amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Isomorphic SmartClient&lt;br /&gt;
Copyright(c) 1998 and beyond Isomorphic Software, Inc.&lt;br /&gt;
&amp;quot;SmartClient&amp;quot; is a trademark of Isomorphic Software, Inc.&lt;br /&gt;
All rights reserved.&lt;br /&gt;
Open Source License&lt;br /&gt;
SmartClient source code, located under the source/ directory, and the resulting assembled modules &lt;br /&gt;
in isomorphic/system/modules/, as well as JavaScript and CSS files under the isomorphic/skins directory are &lt;br /&gt;
licensed under the terms of the GNU Lesser General Public License, version 3. &lt;br /&gt;
The text of the LGPLv3 license is available online at http://www.gnu.org/licenses/lgpl-3.0.html&lt;br /&gt;
If your project precludes the use of this license, or if you&amp;quot;d like to support SmartClient LGPL, &lt;br /&gt;
we encourage you to buy a commercial license.&lt;br /&gt;
Icon Experience Collection&lt;br /&gt;
Selected 16x16 icons within the isomorphic/skins directory are part of the Icon Experience collection &lt;br /&gt;
(http://www.iconexperience.ru) and may be freely used with any SmartClient components without charge, &lt;br /&gt;
but may not be used as part of screen designs separate from SmartClient components without a purchase &lt;br /&gt;
of a license from Icon Experience. We are working to replace these icons as soon as possible.&lt;br /&gt;
All other media found under the isomorphic/skins directory may be used under the LGPLv3.&lt;br /&gt;
Commercial Licenses&lt;br /&gt;
A number of commercial licenses are available for purchase. Please see http://smartclient.ru/license.&lt;br /&gt;
Warranty Disclaimer&lt;br /&gt;
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even &lt;br /&gt;
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General &lt;br /&gt;
Public License for more details.&lt;br /&gt;
Copyright 2001 and beyond Isomorphic Software, Inc. Last revised July 20, 2008. &lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;!-- The following code is revised from SmartClient demo code(SmartClient_70rc2_LGPL.zip).--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;HTML&amp;gt;&amp;lt;HEAD&amp;gt;&lt;br /&gt;
  &amp;lt;SCRIPT&amp;gt;var isomorphicDir=&amp;quot;isomorphic/&amp;quot;;&amp;lt;/SCRIPT&amp;gt;&lt;br /&gt;
    &amp;lt;SCRIPT SRC=isomorphic/system/modules/ISC_Core.js&amp;gt;&amp;lt;/SCRIPT&amp;gt;&lt;br /&gt;
    &amp;lt;SCRIPT SRC=isomorphic/system/modules/ISC_Foundation.js&amp;gt;&amp;lt;/SCRIPT&amp;gt;&lt;br /&gt;
    &amp;lt;SCRIPT SRC=isomorphic/system/modules/ISC_Containers.js&amp;gt;&amp;lt;/SCRIPT&amp;gt;&lt;br /&gt;
    &amp;lt;SCRIPT SRC=isomorphic/system/modules/ISC_Grids.js&amp;gt;&amp;lt;/SCRIPT&amp;gt;&lt;br /&gt;
    &amp;lt;SCRIPT SRC=isomorphic/system/modules/ISC_Forms.js&amp;gt;&amp;lt;/SCRIPT&amp;gt;&lt;br /&gt;
    &amp;lt;SCRIPT SRC=isomorphic/system/modules/ISC_DataBinding.js&amp;gt;&amp;lt;/SCRIPT&amp;gt;&lt;br /&gt;
  &amp;lt;SCRIPT SRC=isomorphic/skins/SmartClient/load_skin.js&amp;gt;&amp;lt;/SCRIPT&amp;gt;&lt;br /&gt;
&amp;lt;/HEAD&amp;gt;&amp;lt;BODY&amp;gt;&lt;br /&gt;
&amp;lt;SCRIPT&amp;gt;&lt;br /&gt;
Label.create({&lt;br /&gt;
    ID:&amp;quot;results&amp;quot;,&lt;br /&gt;
    height:20,&lt;br /&gt;
    width:200,&lt;br /&gt;
    top:300,&lt;br /&gt;
    left:35&lt;br /&gt;
})&lt;br /&gt;
function showClicked(name) {&lt;br /&gt;
    results.setContents(name + &amp;quot; clicked&amp;quot;);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
Button.create({&lt;br /&gt;
    ID:&amp;quot;b1&amp;quot;,&lt;br /&gt;
    left:20,&lt;br /&gt;
    top:45,&lt;br /&gt;
    height:50,&lt;br /&gt;
    title:&amp;quot;Button&amp;quot;,&lt;br /&gt;
    click:&amp;quot;showClicked(this.title)&amp;quot;&lt;br /&gt;
});&lt;br /&gt;
&lt;br /&gt;
Button.create({&lt;br /&gt;
    ID:&amp;quot;b2&amp;quot;,&lt;br /&gt;
    left:140,&lt;br /&gt;
    top:45,&lt;br /&gt;
    height:50,&lt;br /&gt;
    title:&amp;quot;Disabled&amp;quot;,&lt;br /&gt;
    click:&amp;quot;showClicked(this.title)&amp;quot;,&lt;br /&gt;
    disabled:true&lt;br /&gt;
});&lt;br /&gt;
&lt;br /&gt;
Button.create({&lt;br /&gt;
    ID:&amp;quot;cb1&amp;quot;,&lt;br /&gt;
    left:20,&lt;br /&gt;
    top:125,&lt;br /&gt;
    height:50,&lt;br /&gt;
    title:&amp;quot;Checkbox 1&amp;quot;,&lt;br /&gt;
    click:&amp;quot;showClicked(this.title);&amp;quot;,&lt;br /&gt;
    selected:true,&lt;br /&gt;
    actionType:&amp;quot;checkbox&amp;quot;&lt;br /&gt;
});&lt;br /&gt;
&lt;br /&gt;
Button.create({&lt;br /&gt;
    ID:&amp;quot;cb2&amp;quot;,&lt;br /&gt;
    left:140,&lt;br /&gt;
    top:125,&lt;br /&gt;
    height:50,&lt;br /&gt;
    title:&amp;quot;Checkbox 2&amp;quot;,&lt;br /&gt;
    click:&amp;quot;showClicked(this.title)&amp;quot;,&lt;br /&gt;
    actionType:&amp;quot;checkbox&amp;quot;&lt;br /&gt;
});&lt;br /&gt;
&lt;br /&gt;
Button.create({&lt;br /&gt;
    ID:&amp;quot;cb3&amp;quot;,&lt;br /&gt;
    left:260,&lt;br /&gt;
    top:125,&lt;br /&gt;
    height:50,&lt;br /&gt;
    title:&amp;quot;Selected &amp;amp; Disabled&amp;quot;,&lt;br /&gt;
    wrap:true,&lt;br /&gt;
    click:&amp;quot;showClicked(this.title)&amp;quot;,&lt;br /&gt;
    disabled:true,&lt;br /&gt;
    selected:true,&lt;br /&gt;
    actionType:&amp;quot;checkbox&amp;quot;&lt;br /&gt;
});&lt;br /&gt;
&lt;br /&gt;
Button.create({&lt;br /&gt;
    ID:&amp;quot;rb1&amp;quot;,&lt;br /&gt;
    left:20,&lt;br /&gt;
    top:205,&lt;br /&gt;
    height:50,&lt;br /&gt;
    title:&amp;quot;Radio 1&amp;quot;,&lt;br /&gt;
    click:&amp;quot;if (selectedButton != this) {selectedButton.deselect(); selectedButton=this}; showClicked(this.title)&amp;quot;,&lt;br /&gt;
    selected:true,&lt;br /&gt;
    actionType:&amp;quot;radio&amp;quot;&lt;br /&gt;
});&lt;br /&gt;
&lt;br /&gt;
Button.create({&lt;br /&gt;
    ID:&amp;quot;rb2&amp;quot;,&lt;br /&gt;
    left:140,&lt;br /&gt;
    top:205,&lt;br /&gt;
    height:50,&lt;br /&gt;
    title:&amp;quot;Radio 2&amp;quot;,&lt;br /&gt;
    click:&amp;quot;if (selectedButton != this) {selectedButton.deselect(); selectedButton=this}; showClicked(this.title)&amp;quot;,&lt;br /&gt;
    actionType:&amp;quot;radio&amp;quot;&lt;br /&gt;
});&lt;br /&gt;
&lt;br /&gt;
Button.create({&lt;br /&gt;
    ID:&amp;quot;rb3&amp;quot;,&lt;br /&gt;
    left:260,&lt;br /&gt;
    top:205,&lt;br /&gt;
    height:50,&lt;br /&gt;
    title:&amp;quot;Radio 3&amp;quot;,&lt;br /&gt;
    click:&amp;quot;if (selectedButton != this) {selectedButton.deselect(); selectedButton=this}; showClicked(this.title)&amp;quot;,&lt;br /&gt;
    actionType:&amp;quot;radio&amp;quot;&lt;br /&gt;
});&lt;br /&gt;
&lt;br /&gt;
var selectedButton = rb1;&lt;br /&gt;
&amp;lt;/SCRIPT&amp;gt;&lt;br /&gt;
&amp;lt;/BODY&amp;gt;&lt;br /&gt;
&amp;lt;/HTML&amp;gt;&lt;br /&gt;
   &lt;br /&gt;
  &amp;lt;/source&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
   &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Button with icon==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
  &amp;lt;!-- start source code --&amp;gt;&lt;br /&gt;
   &lt;br /&gt;
    &amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Isomorphic SmartClient&lt;br /&gt;
Copyright(c) 1998 and beyond Isomorphic Software, Inc.&lt;br /&gt;
&amp;quot;SmartClient&amp;quot; is a trademark of Isomorphic Software, Inc.&lt;br /&gt;
All rights reserved.&lt;br /&gt;
Open Source License&lt;br /&gt;
SmartClient source code, located under the source/ directory, and the resulting assembled modules &lt;br /&gt;
in isomorphic/system/modules/, as well as JavaScript and CSS files under the isomorphic/skins directory are &lt;br /&gt;
licensed under the terms of the GNU Lesser General Public License, version 3. &lt;br /&gt;
The text of the LGPLv3 license is available online at http://www.gnu.org/licenses/lgpl-3.0.html&lt;br /&gt;
If your project precludes the use of this license, or if you&amp;quot;d like to support SmartClient LGPL, &lt;br /&gt;
we encourage you to buy a commercial license.&lt;br /&gt;
Icon Experience Collection&lt;br /&gt;
Selected 16x16 icons within the isomorphic/skins directory are part of the Icon Experience collection &lt;br /&gt;
(http://www.iconexperience.ru) and may be freely used with any SmartClient components without charge, &lt;br /&gt;
but may not be used as part of screen designs separate from SmartClient components without a purchase &lt;br /&gt;
of a license from Icon Experience. We are working to replace these icons as soon as possible.&lt;br /&gt;
All other media found under the isomorphic/skins directory may be used under the LGPLv3.&lt;br /&gt;
Commercial Licenses&lt;br /&gt;
A number of commercial licenses are available for purchase. Please see http://smartclient.ru/license.&lt;br /&gt;
Warranty Disclaimer&lt;br /&gt;
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even &lt;br /&gt;
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General &lt;br /&gt;
Public License for more details.&lt;br /&gt;
Copyright 2001 and beyond Isomorphic Software, Inc. Last revised July 20, 2008. &lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;!-- The following code is revised from SmartClient demo code(SmartClient_70rc2_LGPL.zip).--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;HTML&amp;gt;&amp;lt;HEAD&amp;gt;&lt;br /&gt;
  &amp;lt;SCRIPT&amp;gt;var isomorphicDir=&amp;quot;isomorphic/&amp;quot;;&amp;lt;/SCRIPT&amp;gt;&lt;br /&gt;
    &amp;lt;SCRIPT SRC=isomorphic/system/modules/ISC_Core.js&amp;gt;&amp;lt;/SCRIPT&amp;gt;&lt;br /&gt;
    &amp;lt;SCRIPT SRC=isomorphic/system/modules/ISC_Foundation.js&amp;gt;&amp;lt;/SCRIPT&amp;gt;&lt;br /&gt;
    &amp;lt;SCRIPT SRC=isomorphic/system/modules/ISC_Containers.js&amp;gt;&amp;lt;/SCRIPT&amp;gt;&lt;br /&gt;
    &amp;lt;SCRIPT SRC=isomorphic/system/modules/ISC_Grids.js&amp;gt;&amp;lt;/SCRIPT&amp;gt;&lt;br /&gt;
    &amp;lt;SCRIPT SRC=isomorphic/system/modules/ISC_Forms.js&amp;gt;&amp;lt;/SCRIPT&amp;gt;&lt;br /&gt;
    &amp;lt;SCRIPT SRC=isomorphic/system/modules/ISC_DataBinding.js&amp;gt;&amp;lt;/SCRIPT&amp;gt;&lt;br /&gt;
    &amp;lt;SCRIPT SRC=isomorphic/system/modules/ISC_Calendar.js&amp;gt;&amp;lt;/SCRIPT&amp;gt;&lt;br /&gt;
  &amp;lt;SCRIPT SRC=isomorphic/skins/standard/load_skin.js&amp;gt;&amp;lt;/SCRIPT&amp;gt;&lt;br /&gt;
&amp;lt;/HEAD&amp;gt;&amp;lt;BODY BGCOLOR=&amp;quot;silver&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;SCRIPT&amp;gt;&lt;br /&gt;
isc.IButton.create({&lt;br /&gt;
    title: &amp;quot;Stretch Button&amp;quot;,&lt;br /&gt;
    width: 150,&lt;br /&gt;
    icon: &amp;quot;find.png&amp;quot;&lt;br /&gt;
});&lt;br /&gt;
isc.Button.create({&lt;br /&gt;
    left: 200,&lt;br /&gt;
    title: &amp;quot;CSS Button&amp;quot;,&lt;br /&gt;
    icon: &amp;quot;yourFile.png&amp;quot;&lt;br /&gt;
});&lt;br /&gt;
isc.ImgButton.create({&lt;br /&gt;
    left: 400,&lt;br /&gt;
    width:18,        &lt;br /&gt;
  height:18,&lt;br /&gt;
  src:&amp;quot;button.png&amp;quot;&lt;br /&gt;
});&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/SCRIPT&amp;gt;&lt;br /&gt;
&amp;lt;/BODY&amp;gt;&lt;br /&gt;
&amp;lt;/HTML&amp;gt;&lt;br /&gt;
   &lt;br /&gt;
  &amp;lt;/source&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
   &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Change button title==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
  &amp;lt;!-- start source code --&amp;gt;&lt;br /&gt;
   &lt;br /&gt;
    &amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Isomorphic SmartClient&lt;br /&gt;
Copyright(c) 1998 and beyond Isomorphic Software, Inc.&lt;br /&gt;
&amp;quot;SmartClient&amp;quot; is a trademark of Isomorphic Software, Inc.&lt;br /&gt;
All rights reserved.&lt;br /&gt;
Open Source License&lt;br /&gt;
SmartClient source code, located under the source/ directory, and the resulting assembled modules &lt;br /&gt;
in isomorphic/system/modules/, as well as JavaScript and CSS files under the isomorphic/skins directory are &lt;br /&gt;
licensed under the terms of the GNU Lesser General Public License, version 3. &lt;br /&gt;
The text of the LGPLv3 license is available online at http://www.gnu.org/licenses/lgpl-3.0.html&lt;br /&gt;
If your project precludes the use of this license, or if you&amp;quot;d like to support SmartClient LGPL, &lt;br /&gt;
we encourage you to buy a commercial license.&lt;br /&gt;
Icon Experience Collection&lt;br /&gt;
Selected 16x16 icons within the isomorphic/skins directory are part of the Icon Experience collection &lt;br /&gt;
(http://www.iconexperience.ru) and may be freely used with any SmartClient components without charge, &lt;br /&gt;
but may not be used as part of screen designs separate from SmartClient components without a purchase &lt;br /&gt;
of a license from Icon Experience. We are working to replace these icons as soon as possible.&lt;br /&gt;
All other media found under the isomorphic/skins directory may be used under the LGPLv3.&lt;br /&gt;
Commercial Licenses&lt;br /&gt;
A number of commercial licenses are available for purchase. Please see http://smartclient.ru/license.&lt;br /&gt;
Warranty Disclaimer&lt;br /&gt;
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even &lt;br /&gt;
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General &lt;br /&gt;
Public License for more details.&lt;br /&gt;
Copyright 2001 and beyond Isomorphic Software, Inc. Last revised July 20, 2008. &lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;!-- The following code is revised from SmartClient demo code(SmartClient_70rc2_LGPL.zip).--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;HTML&amp;gt;&amp;lt;HEAD&amp;gt;&lt;br /&gt;
  &amp;lt;SCRIPT&amp;gt;var isomorphicDir=&amp;quot;isomorphic/&amp;quot;;&amp;lt;/SCRIPT&amp;gt;&lt;br /&gt;
    &amp;lt;SCRIPT SRC=isomorphic/system/modules/ISC_Core.js&amp;gt;&amp;lt;/SCRIPT&amp;gt;&lt;br /&gt;
    &amp;lt;SCRIPT SRC=isomorphic/system/modules/ISC_Foundation.js&amp;gt;&amp;lt;/SCRIPT&amp;gt;&lt;br /&gt;
    &amp;lt;SCRIPT SRC=isomorphic/system/modules/ISC_Containers.js&amp;gt;&amp;lt;/SCRIPT&amp;gt;&lt;br /&gt;
    &amp;lt;SCRIPT SRC=isomorphic/system/modules/ISC_Grids.js&amp;gt;&amp;lt;/SCRIPT&amp;gt;&lt;br /&gt;
    &amp;lt;SCRIPT SRC=isomorphic/system/modules/ISC_Forms.js&amp;gt;&amp;lt;/SCRIPT&amp;gt;&lt;br /&gt;
    &amp;lt;SCRIPT SRC=isomorphic/system/modules/ISC_DataBinding.js&amp;gt;&amp;lt;/SCRIPT&amp;gt;&lt;br /&gt;
    &amp;lt;SCRIPT SRC=isomorphic/system/modules/ISC_Calendar.js&amp;gt;&amp;lt;/SCRIPT&amp;gt;&lt;br /&gt;
  &amp;lt;SCRIPT SRC=isomorphic/skins/standard/load_skin.js&amp;gt;&amp;lt;/SCRIPT&amp;gt;&lt;br /&gt;
&amp;lt;/HEAD&amp;gt;&amp;lt;BODY BGCOLOR=&amp;quot;silver&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;SCRIPT&amp;gt;&lt;br /&gt;
isc.Button.create({&lt;br /&gt;
    ID: &amp;quot;button1&amp;quot;,&lt;br /&gt;
    autoFit: true,&lt;br /&gt;
    autoDraw: false,&lt;br /&gt;
    title: &amp;quot;Find Related&amp;quot;,&lt;br /&gt;
});&lt;br /&gt;
isc.IButton.create({&lt;br /&gt;
    ID: &amp;quot;button2&amp;quot;,&lt;br /&gt;
    autoFit: true,&lt;br /&gt;
    autoDraw: false,&lt;br /&gt;
    title: &amp;quot;Search within results&amp;quot;&lt;br /&gt;
});&lt;br /&gt;
isc.HStack.create({&lt;br /&gt;
    membersMargin: 20,&lt;br /&gt;
    height: 24,&lt;br /&gt;
    border: &amp;quot;1px solid blue&amp;quot;,&lt;br /&gt;
    members: [ button1, button2 ]&lt;br /&gt;
});&lt;br /&gt;
&lt;br /&gt;
isc.Button.create({&lt;br /&gt;
    title: &amp;quot;Change Title&amp;quot;,&lt;br /&gt;
    top: 45,&lt;br /&gt;
    left: 60,&lt;br /&gt;
    click : function () {&lt;br /&gt;
        // have buttons exchange their titles&lt;br /&gt;
        var title1 = button1.getTitle();&lt;br /&gt;
        button1.setTitle(button2.getTitle());&lt;br /&gt;
        button2.setTitle(title1);&lt;br /&gt;
    }&lt;br /&gt;
});&lt;br /&gt;
    &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/SCRIPT&amp;gt;&lt;br /&gt;
&amp;lt;/BODY&amp;gt;&lt;br /&gt;
&amp;lt;/HTML&amp;gt;&lt;br /&gt;
   &lt;br /&gt;
  &amp;lt;/source&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
   &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Create Button with text label and icon==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
  &amp;lt;!-- start source code --&amp;gt;&lt;br /&gt;
   &lt;br /&gt;
    &amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Isomorphic SmartClient&lt;br /&gt;
Copyright(c) 1998 and beyond Isomorphic Software, Inc.&lt;br /&gt;
&amp;quot;SmartClient&amp;quot; is a trademark of Isomorphic Software, Inc.&lt;br /&gt;
All rights reserved.&lt;br /&gt;
Open Source License&lt;br /&gt;
SmartClient source code, located under the source/ directory, and the resulting assembled modules &lt;br /&gt;
in isomorphic/system/modules/, as well as JavaScript and CSS files under the isomorphic/skins directory are &lt;br /&gt;
licensed under the terms of the GNU Lesser General Public License, version 3. &lt;br /&gt;
The text of the LGPLv3 license is available online at http://www.gnu.org/licenses/lgpl-3.0.html&lt;br /&gt;
If your project precludes the use of this license, or if you&amp;quot;d like to support SmartClient LGPL, &lt;br /&gt;
we encourage you to buy a commercial license.&lt;br /&gt;
Icon Experience Collection&lt;br /&gt;
Selected 16x16 icons within the isomorphic/skins directory are part of the Icon Experience collection &lt;br /&gt;
(http://www.iconexperience.ru) and may be freely used with any SmartClient components without charge, &lt;br /&gt;
but may not be used as part of screen designs separate from SmartClient components without a purchase &lt;br /&gt;
of a license from Icon Experience. We are working to replace these icons as soon as possible.&lt;br /&gt;
All other media found under the isomorphic/skins directory may be used under the LGPLv3.&lt;br /&gt;
Commercial Licenses&lt;br /&gt;
A number of commercial licenses are available for purchase. Please see http://smartclient.ru/license.&lt;br /&gt;
Warranty Disclaimer&lt;br /&gt;
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even &lt;br /&gt;
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General &lt;br /&gt;
Public License for more details.&lt;br /&gt;
Copyright 2001 and beyond Isomorphic Software, Inc. Last revised July 20, 2008. &lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;!-- The following code is revised from SmartClient demo code(SmartClient_70rc2_LGPL.zip).--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;HTML&amp;gt;&amp;lt;HEAD&amp;gt;&lt;br /&gt;
  &amp;lt;SCRIPT&amp;gt;var isomorphicDir=&amp;quot;isomorphic/&amp;quot;;&amp;lt;/SCRIPT&amp;gt;&lt;br /&gt;
    &amp;lt;SCRIPT SRC=isomorphic/system/modules/ISC_Core.js&amp;gt;&amp;lt;/SCRIPT&amp;gt;&lt;br /&gt;
    &amp;lt;SCRIPT SRC=isomorphic/system/modules/ISC_Foundation.js&amp;gt;&amp;lt;/SCRIPT&amp;gt;&lt;br /&gt;
    &amp;lt;SCRIPT SRC=isomorphic/system/modules/ISC_Containers.js&amp;gt;&amp;lt;/SCRIPT&amp;gt;&lt;br /&gt;
    &amp;lt;SCRIPT SRC=isomorphic/system/modules/ISC_Grids.js&amp;gt;&amp;lt;/SCRIPT&amp;gt;&lt;br /&gt;
    &amp;lt;SCRIPT SRC=isomorphic/system/modules/ISC_Forms.js&amp;gt;&amp;lt;/SCRIPT&amp;gt;&lt;br /&gt;
    &amp;lt;SCRIPT SRC=isomorphic/system/modules/ISC_DataBinding.js&amp;gt;&amp;lt;/SCRIPT&amp;gt;&lt;br /&gt;
  &amp;lt;SCRIPT SRC=isomorphic/skins/standard/load_skin.js&amp;gt;&amp;lt;/SCRIPT&amp;gt;&lt;br /&gt;
&amp;lt;/HEAD&amp;gt;&amp;lt;BODY BGCOLOR=&amp;quot;silver&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;SCRIPT&amp;gt;&lt;br /&gt;
isc.Canvas.create({&lt;br /&gt;
    ID: &amp;quot;cubeBin&amp;quot;,&lt;br /&gt;
    top:40, &lt;br /&gt;
    width:400, &lt;br /&gt;
    height:300,&lt;br /&gt;
    showEdges: true&lt;br /&gt;
})&lt;br /&gt;
&lt;br /&gt;
isc.IButton.create({&lt;br /&gt;
    title:&amp;quot;Create&amp;quot;, icon:&amp;quot;http://www.wbex.ru/style/logo.png&amp;quot;,&lt;br /&gt;
    mouseUp: function () {&lt;br /&gt;
        isc.Img.create({&lt;br /&gt;
            left: isc.Math.random(340),&lt;br /&gt;
            top: isc.Math.random(240),&lt;br /&gt;
            width:48, height:48,&lt;br /&gt;
            parentElement: cubeBin,&lt;br /&gt;
            src: &amp;quot;http://www.wbex.ru/style/logo.png&amp;quot;,&lt;br /&gt;
            click: &amp;quot;this.destroy()&amp;quot;&lt;br /&gt;
        })&lt;br /&gt;
    }&lt;br /&gt;
})&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/SCRIPT&amp;gt;&lt;br /&gt;
&amp;lt;/BODY&amp;gt;&lt;br /&gt;
&amp;lt;/HTML&amp;gt;&lt;br /&gt;
   &lt;br /&gt;
  &amp;lt;/source&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
   &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Disable and enable a button==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
  &amp;lt;!-- start source code --&amp;gt;&lt;br /&gt;
   &lt;br /&gt;
    &amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Isomorphic SmartClient&lt;br /&gt;
Copyright(c) 1998 and beyond Isomorphic Software, Inc.&lt;br /&gt;
&amp;quot;SmartClient&amp;quot; is a trademark of Isomorphic Software, Inc.&lt;br /&gt;
All rights reserved.&lt;br /&gt;
Open Source License&lt;br /&gt;
SmartClient source code, located under the source/ directory, and the resulting assembled modules &lt;br /&gt;
in isomorphic/system/modules/, as well as JavaScript and CSS files under the isomorphic/skins directory are &lt;br /&gt;
licensed under the terms of the GNU Lesser General Public License, version 3. &lt;br /&gt;
The text of the LGPLv3 license is available online at http://www.gnu.org/licenses/lgpl-3.0.html&lt;br /&gt;
If your project precludes the use of this license, or if you&amp;quot;d like to support SmartClient LGPL, &lt;br /&gt;
we encourage you to buy a commercial license.&lt;br /&gt;
Icon Experience Collection&lt;br /&gt;
Selected 16x16 icons within the isomorphic/skins directory are part of the Icon Experience collection &lt;br /&gt;
(http://www.iconexperience.ru) and may be freely used with any SmartClient components without charge, &lt;br /&gt;
but may not be used as part of screen designs separate from SmartClient components without a purchase &lt;br /&gt;
of a license from Icon Experience. We are working to replace these icons as soon as possible.&lt;br /&gt;
All other media found under the isomorphic/skins directory may be used under the LGPLv3.&lt;br /&gt;
Commercial Licenses&lt;br /&gt;
A number of commercial licenses are available for purchase. Please see http://smartclient.ru/license.&lt;br /&gt;
Warranty Disclaimer&lt;br /&gt;
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even &lt;br /&gt;
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General &lt;br /&gt;
Public License for more details.&lt;br /&gt;
Copyright 2001 and beyond Isomorphic Software, Inc. Last revised July 20, 2008. &lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;!-- The following code is revised from SmartClient demo code(SmartClient_70rc2_LGPL.zip).--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;HTML&amp;gt;&amp;lt;HEAD&amp;gt;&lt;br /&gt;
  &amp;lt;SCRIPT&amp;gt;var isomorphicDir=&amp;quot;isomorphic/&amp;quot;;&amp;lt;/SCRIPT&amp;gt;&lt;br /&gt;
    &amp;lt;SCRIPT SRC=isomorphic/system/modules/ISC_Core.js&amp;gt;&amp;lt;/SCRIPT&amp;gt;&lt;br /&gt;
    &amp;lt;SCRIPT SRC=isomorphic/system/modules/ISC_Foundation.js&amp;gt;&amp;lt;/SCRIPT&amp;gt;&lt;br /&gt;
    &amp;lt;SCRIPT SRC=isomorphic/system/modules/ISC_Containers.js&amp;gt;&amp;lt;/SCRIPT&amp;gt;&lt;br /&gt;
    &amp;lt;SCRIPT SRC=isomorphic/system/modules/ISC_Grids.js&amp;gt;&amp;lt;/SCRIPT&amp;gt;&lt;br /&gt;
    &amp;lt;SCRIPT SRC=isomorphic/system/modules/ISC_Forms.js&amp;gt;&amp;lt;/SCRIPT&amp;gt;&lt;br /&gt;
    &amp;lt;SCRIPT SRC=isomorphic/system/modules/ISC_DataBinding.js&amp;gt;&amp;lt;/SCRIPT&amp;gt;&lt;br /&gt;
    &amp;lt;SCRIPT SRC=isomorphic/system/modules/ISC_Calendar.js&amp;gt;&amp;lt;/SCRIPT&amp;gt;&lt;br /&gt;
  &amp;lt;SCRIPT SRC=isomorphic/skins/standard/load_skin.js&amp;gt;&amp;lt;/SCRIPT&amp;gt;&lt;br /&gt;
&amp;lt;/HEAD&amp;gt;&amp;lt;BODY BGCOLOR=&amp;quot;silver&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;SCRIPT&amp;gt;&lt;br /&gt;
isc.IButton.create({&lt;br /&gt;
    ID: &amp;quot;findButton&amp;quot;,&lt;br /&gt;
    width: 120,&lt;br /&gt;
    title: &amp;quot;Find Related&amp;quot;,&lt;br /&gt;
    icon: &amp;quot;icons/16/find.png&amp;quot;&lt;br /&gt;
});&lt;br /&gt;
isc.Button.create({&lt;br /&gt;
    ID: &amp;quot;saveButton&amp;quot;,&lt;br /&gt;
    title: &amp;quot;Save&amp;quot;,&lt;br /&gt;
    left: 150,&lt;br /&gt;
    icon: &amp;quot;icons/16/icon_add_files.png&amp;quot;,&lt;br /&gt;
    iconOrientation: &amp;quot;right&amp;quot;,&lt;br /&gt;
    showDownIcon: true&lt;br /&gt;
});&lt;br /&gt;
isc.Button.create({&lt;br /&gt;
    title: &amp;quot;Disable Save&amp;quot;,&lt;br /&gt;
    width: 120,&lt;br /&gt;
    left: 60,&lt;br /&gt;
    top: 45,&lt;br /&gt;
    click : function () {&lt;br /&gt;
        if (saveButton.isDisabled()) {&lt;br /&gt;
            saveButton.enable();&lt;br /&gt;
            this.setTitle(&amp;quot;Disable Save&amp;quot;);&lt;br /&gt;
        } else {&lt;br /&gt;
            saveButton.disable();&lt;br /&gt;
            this.setTitle(&amp;quot;Enable Save&amp;quot;);&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
});&lt;br /&gt;
        &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/SCRIPT&amp;gt;&lt;br /&gt;
&amp;lt;/BODY&amp;gt;&lt;br /&gt;
&amp;lt;/HTML&amp;gt;&lt;br /&gt;
   &lt;br /&gt;
  &amp;lt;/source&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
   &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Set icon orientation==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
  &amp;lt;!-- start source code --&amp;gt;&lt;br /&gt;
   &lt;br /&gt;
    &amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Isomorphic SmartClient&lt;br /&gt;
Copyright(c) 1998 and beyond Isomorphic Software, Inc.&lt;br /&gt;
&amp;quot;SmartClient&amp;quot; is a trademark of Isomorphic Software, Inc.&lt;br /&gt;
All rights reserved.&lt;br /&gt;
Open Source License&lt;br /&gt;
SmartClient source code, located under the source/ directory, and the resulting assembled modules &lt;br /&gt;
in isomorphic/system/modules/, as well as JavaScript and CSS files under the isomorphic/skins directory are &lt;br /&gt;
licensed under the terms of the GNU Lesser General Public License, version 3. &lt;br /&gt;
The text of the LGPLv3 license is available online at http://www.gnu.org/licenses/lgpl-3.0.html&lt;br /&gt;
If your project precludes the use of this license, or if you&amp;quot;d like to support SmartClient LGPL, &lt;br /&gt;
we encourage you to buy a commercial license.&lt;br /&gt;
Icon Experience Collection&lt;br /&gt;
Selected 16x16 icons within the isomorphic/skins directory are part of the Icon Experience collection &lt;br /&gt;
(http://www.iconexperience.ru) and may be freely used with any SmartClient components without charge, &lt;br /&gt;
but may not be used as part of screen designs separate from SmartClient components without a purchase &lt;br /&gt;
of a license from Icon Experience. We are working to replace these icons as soon as possible.&lt;br /&gt;
All other media found under the isomorphic/skins directory may be used under the LGPLv3.&lt;br /&gt;
Commercial Licenses&lt;br /&gt;
A number of commercial licenses are available for purchase. Please see http://smartclient.ru/license.&lt;br /&gt;
Warranty Disclaimer&lt;br /&gt;
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even &lt;br /&gt;
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General &lt;br /&gt;
Public License for more details.&lt;br /&gt;
Copyright 2001 and beyond Isomorphic Software, Inc. Last revised July 20, 2008. &lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;!-- The following code is revised from SmartClient demo code(SmartClient_70rc2_LGPL.zip).--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;HTML&amp;gt;&amp;lt;HEAD&amp;gt;&lt;br /&gt;
  &amp;lt;SCRIPT&amp;gt;var isomorphicDir=&amp;quot;.&amp;quot;;&amp;lt;/SCRIPT&amp;gt;&lt;br /&gt;
    &amp;lt;SCRIPT SRC=isomorphic/system/modules/ISC_Core.js&amp;gt;&amp;lt;/SCRIPT&amp;gt;&lt;br /&gt;
    &amp;lt;SCRIPT SRC=isomorphic/system/modules/ISC_Foundation.js&amp;gt;&amp;lt;/SCRIPT&amp;gt;&lt;br /&gt;
    &amp;lt;SCRIPT SRC=isomorphic/system/modules/ISC_Containers.js&amp;gt;&amp;lt;/SCRIPT&amp;gt;&lt;br /&gt;
    &amp;lt;SCRIPT SRC=isomorphic/system/modules/ISC_Grids.js&amp;gt;&amp;lt;/SCRIPT&amp;gt;&lt;br /&gt;
    &amp;lt;SCRIPT SRC=isomorphic/system/modules/ISC_Forms.js&amp;gt;&amp;lt;/SCRIPT&amp;gt;&lt;br /&gt;
    &amp;lt;SCRIPT SRC=isomorphic/system/modules/ISC_DataBinding.js&amp;gt;&amp;lt;/SCRIPT&amp;gt;&lt;br /&gt;
  &amp;lt;SCRIPT SRC=isomorphic/skins/standard/load_skin.js&amp;gt;&amp;lt;/SCRIPT&amp;gt;&lt;br /&gt;
&amp;lt;/HEAD&amp;gt;&amp;lt;BODY BGCOLOR=&amp;quot;silver&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;SCRIPT&amp;gt;&lt;br /&gt;
isc.IButton.create({&lt;br /&gt;
    title: &amp;quot;Hello&amp;quot;,&lt;br /&gt;
    icon: &amp;quot;http://www.wbex.ru/style/logo.png&amp;quot;,&lt;br /&gt;
    iconOrientation: &amp;quot;right&amp;quot;,&lt;br /&gt;
    click: &amp;quot;isc.say(&amp;quot;Hello world!&amp;quot;)&amp;quot;&lt;br /&gt;
})&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/SCRIPT&amp;gt;&lt;br /&gt;
&amp;lt;/BODY&amp;gt;&lt;br /&gt;
&amp;lt;/HTML&amp;gt;&lt;br /&gt;
   &lt;br /&gt;
  &amp;lt;/source&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
   &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Standard button and big button==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
  &amp;lt;!-- start source code --&amp;gt;&lt;br /&gt;
   &lt;br /&gt;
    &amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Isomorphic SmartClient&lt;br /&gt;
Copyright(c) 1998 and beyond Isomorphic Software, Inc.&lt;br /&gt;
&amp;quot;SmartClient&amp;quot; is a trademark of Isomorphic Software, Inc.&lt;br /&gt;
All rights reserved.&lt;br /&gt;
Open Source License&lt;br /&gt;
SmartClient source code, located under the source/ directory, and the resulting assembled modules &lt;br /&gt;
in isomorphic/system/modules/, as well as JavaScript and CSS files under the isomorphic/skins directory are &lt;br /&gt;
licensed under the terms of the GNU Lesser General Public License, version 3. &lt;br /&gt;
The text of the LGPLv3 license is available online at http://www.gnu.org/licenses/lgpl-3.0.html&lt;br /&gt;
If your project precludes the use of this license, or if you&amp;quot;d like to support SmartClient LGPL, &lt;br /&gt;
we encourage you to buy a commercial license.&lt;br /&gt;
Icon Experience Collection&lt;br /&gt;
Selected 16x16 icons within the isomorphic/skins directory are part of the Icon Experience collection &lt;br /&gt;
(http://www.iconexperience.ru) and may be freely used with any SmartClient components without charge, &lt;br /&gt;
but may not be used as part of screen designs separate from SmartClient components without a purchase &lt;br /&gt;
of a license from Icon Experience. We are working to replace these icons as soon as possible.&lt;br /&gt;
All other media found under the isomorphic/skins directory may be used under the LGPLv3.&lt;br /&gt;
Commercial Licenses&lt;br /&gt;
A number of commercial licenses are available for purchase. Please see http://smartclient.ru/license.&lt;br /&gt;
Warranty Disclaimer&lt;br /&gt;
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even &lt;br /&gt;
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General &lt;br /&gt;
Public License for more details.&lt;br /&gt;
Copyright 2001 and beyond Isomorphic Software, Inc. Last revised July 20, 2008. &lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;!-- The following code is revised from SmartClient demo code(SmartClient_70rc2_LGPL.zip).--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;HTML&amp;gt;&amp;lt;HEAD&amp;gt;&lt;br /&gt;
  &amp;lt;SCRIPT&amp;gt;var isomorphicDir=&amp;quot;isomorphic/&amp;quot;;&amp;lt;/SCRIPT&amp;gt;&lt;br /&gt;
    &amp;lt;SCRIPT SRC=isomorphic/system/modules/ISC_Core.js&amp;gt;&amp;lt;/SCRIPT&amp;gt;&lt;br /&gt;
    &amp;lt;SCRIPT SRC=isomorphic/system/modules/ISC_Foundation.js&amp;gt;&amp;lt;/SCRIPT&amp;gt;&lt;br /&gt;
    &amp;lt;SCRIPT SRC=isomorphic/system/modules/ISC_Containers.js&amp;gt;&amp;lt;/SCRIPT&amp;gt;&lt;br /&gt;
    &amp;lt;SCRIPT SRC=isomorphic/system/modules/ISC_Grids.js&amp;gt;&amp;lt;/SCRIPT&amp;gt;&lt;br /&gt;
    &amp;lt;SCRIPT SRC=isomorphic/system/modules/ISC_Forms.js&amp;gt;&amp;lt;/SCRIPT&amp;gt;&lt;br /&gt;
    &amp;lt;SCRIPT SRC=isomorphic/system/modules/ISC_DataBinding.js&amp;gt;&amp;lt;/SCRIPT&amp;gt;&lt;br /&gt;
  &amp;lt;SCRIPT SRC=isomorphic/skins/standard/load_skin.js&amp;gt;&amp;lt;/SCRIPT&amp;gt;&lt;br /&gt;
&amp;lt;/HEAD&amp;gt;&amp;lt;BODY BGCOLOR=&amp;quot;silver&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- load a stylesheet with customized styles (bigger text, bigger border) for BigButtons --&amp;gt;&lt;br /&gt;
&amp;lt;style TYPE=&amp;quot;text/css&amp;quot;&amp;gt;&lt;br /&gt;
.bigButton {&lt;br /&gt;
  font-family:Tahoma,Verdana,Helvetica,sans-serif;&lt;br /&gt;
  font-size:16px;&lt;br /&gt;
  font-weight:bold;&lt;br /&gt;
  color:black;&lt;br /&gt;
  border-left:2px solid #FFFFFF; border-top:2px solid #FFFFFF;&lt;br /&gt;
  border-right:2px solid #808080; border-bottom:2px solid #808080;&lt;br /&gt;
  background-color:#DDDDDD;&lt;br /&gt;
}&lt;br /&gt;
.bigButtonOver {&lt;br /&gt;
  font-family:Tahoma,Verdana,Helvetica,sans-serif;&lt;br /&gt;
  font-size:16px;&lt;br /&gt;
  font-weight:bold;&lt;br /&gt;
  color:black;&lt;br /&gt;
  border-left:2px solid #FFFFFF; border-top:2px solid #FFFFFF;&lt;br /&gt;
  border-right:2px solid #808080; border-bottom:2px solid #808080;&lt;br /&gt;
  background-color:#CCCCCC;&lt;br /&gt;
}&lt;br /&gt;
.bigButtonSelected {&lt;br /&gt;
  font-family:Tahoma,Verdana,Helvetica,sans-serif;&lt;br /&gt;
  font-size:16px;&lt;br /&gt;
  font-weight:bold;&lt;br /&gt;
  color:black;&lt;br /&gt;
  border-left:2px solid #808080; border-top:2px solid #808080;&lt;br /&gt;
  border-right:2px solid #FFFFFF; border-bottom:2px solid #FFFFFF;&lt;br /&gt;
  background-color:#DDDDDD;&lt;br /&gt;
}&lt;br /&gt;
.bigButtonDown,&lt;br /&gt;
.bigButtonSelectedOver, &lt;br /&gt;
.bigButtonSelectedDown {&lt;br /&gt;
  font-family:Tahoma,Verdana,Helvetica,sans-serif;&lt;br /&gt;
  font-size:16px;&lt;br /&gt;
  font-weight:bold;&lt;br /&gt;
  color:black;&lt;br /&gt;
  border-left:2px solid #808080; border-top:2px solid #808080;&lt;br /&gt;
  border-right:2px solid #FFFFFF; border-bottom:2px solid #FFFFFF;&lt;br /&gt;
  background-color:#CCCCCC;&lt;br /&gt;
}&lt;br /&gt;
.bigButtonDisabled,&lt;br /&gt;
.bigButtonSelectedDisabled {&lt;br /&gt;
  font-family:Tahoma,Verdana,Helvetica,sans-serif;&lt;br /&gt;
  font-size:16px;&lt;br /&gt;
  font-weight:bold;&lt;br /&gt;
  color:#808080;&lt;br /&gt;
  border-left:2px solid #808080; border-top:2px solid #808080;&lt;br /&gt;
  border-right:2px solid #808080; border-bottom:2px solid #808080;&lt;br /&gt;
  background-color:#CCCCCC;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/style&amp;gt;&lt;br /&gt;
&amp;lt;SCRIPT&amp;gt;&lt;br /&gt;
&lt;br /&gt;
// create a standard button for comparison&lt;br /&gt;
Button.create({&lt;br /&gt;
  left:50, top:50,&lt;br /&gt;
  title:&amp;quot;standard button title&amp;quot;&lt;br /&gt;
});&lt;br /&gt;
&lt;br /&gt;
// define a BigButton class (subclass of Button)&lt;br /&gt;
ClassFactory.defineClass(&amp;quot;BigButton&amp;quot;, Button);&lt;br /&gt;
&lt;br /&gt;
// change the settings of various Button properties, for BigButton instances&lt;br /&gt;
BigButton.addProperties({&lt;br /&gt;
  height:50,&lt;br /&gt;
  overflow:&amp;quot;visible&amp;quot;,&lt;br /&gt;
  baseStyle:&amp;quot;bigButton&amp;quot;,&lt;br /&gt;
  wrap:true&lt;br /&gt;
});&lt;br /&gt;
&lt;br /&gt;
// create a couple of BigButton instances&lt;br /&gt;
BigButton.create({&lt;br /&gt;
  left:50, top:100,&lt;br /&gt;
  title:&amp;quot;big button title&amp;quot;&lt;br /&gt;
});&lt;br /&gt;
BigButton.create({&lt;br /&gt;
  left:200, top:100,&lt;br /&gt;
  title:&amp;quot;big button with a very very very long title&amp;quot;&lt;br /&gt;
});&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/SCRIPT&amp;gt;&lt;br /&gt;
&amp;lt;/BODY&amp;gt;&lt;br /&gt;
&amp;lt;/HTML&amp;gt;&lt;br /&gt;
   &lt;br /&gt;
  &amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	</feed>