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:
parent
463d4b3177
commit
73ca975e42
9 changed files with 496 additions and 489 deletions
|
@ -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"> </div><br />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue