restored and fixed colorpicker to regain flexible functionality and way-backwards-compatibility

* fixed bug that prevented colorpicker from working at all
* fixed bug that prevented display of colors that are changed but not saved
* <% colorpicker name="xyz" %> now renders the default colorpicker
* <% colorpicker name="xyz" skin="colorpickerExt" %> renders the extended version (or any other depending on the skin)
* modified site's edit.skin to open the extended version
* put client-side scripts and functionality into global Antville object to define a strict namespace
* updated AntvilleLib
NOTE: THIS IS STILL WORK IN PROGRESS
This commit is contained in:
Tobi Schäfer 2003-11-14 10:47:51 +00:00
parent 463d4b3177
commit 73ca975e42
9 changed files with 496 additions and 489 deletions

View file

@ -67,31 +67,31 @@ of available skinsets.</span></td>
</tr>
<tr>
<td class="small" nowrap="nowrap">Background:</td>
<td nowrap="nowrap"><% colorpicker name="bgcolor" text="background" %></td>
<td nowrap="nowrap"><% colorpicker skin="colorpickerExt" name="bgcolor" text="background" %></td>
</tr>
<tr>
<td class="small" nowrap="nowrap">Title:</td>
<td nowrap="nowrap"><% colorpicker name="titlecolor" text="title" %></td>
<td nowrap="nowrap"><% colorpicker skin="colorpickerExt" name="titlecolor" text="title" %></td>
</tr>
<tr>
<td class="small" nowrap="nowrap">Text:</td>
<td nowrap="nowrap"><% colorpicker name="textcolor" text="text" %></td>
<td nowrap="nowrap"><% colorpicker skin="colorpickerExt" name="textcolor" text="text" %></td>
</tr>
<tr>
<td class="small" nowrap="nowrap">Small text:</td>
<td nowrap="nowrap"><% colorpicker name="smallcolor" text="small text" %></td>
<td nowrap="nowrap"><% colorpicker skin="colorpickerExt" name="smallcolor" text="small text" %></td>
</tr>
<tr>
<td class="small" nowrap="nowrap">Link:</td>
<td nowrap="nowrap"><% colorpicker name="linkcolor" text="link" %></td>
<td nowrap="nowrap"><% colorpicker skin="colorpickerExt" name="linkcolor" text="link" %></td>
</tr>
<tr>
<td class="small" nowrap="nowrap">Active link:</td>
<td nowrap="nowrap"><% colorpicker name="alinkcolor" text="active link" %></td>
<td nowrap="nowrap"><% colorpicker skin="colorpickerExt" name="alinkcolor" text="active link" %></td>
</tr>
<tr>
<td class="small" nowrap="nowrap">Visited link:</td>
<td nowrap="nowrap"><% colorpicker name="vlinkcolor" text="visited link" %></td>
<td nowrap="nowrap"><% colorpicker skin="colorpickerExt" name="vlinkcolor" text="visited link" %></td>
</tr>
<tr>
<td colspan="2" nowrap="nowrap"><div class="commentHead">&nbsp;</div><br />