Hallo zusammen,
ich suche für Joomla einen Farbcodegenerator!
Ich habe ein Feld in der Komp Namens "color". Jetzt möchte ich gerne im Form der Komp einen Farbcodegenerator einbauen.
Leider finde ich nichts passendes!
Bedanke mich für Eure Hilfe!Code:<tr> <td width="120" class="key"><font color="#000000"><?php echo JText::_( 'Color' ); ?></font></td> <td> <table> <tr> <td width="36"><input type="text" id="input_name" name="color" size="6" class="field" value="<?php echo $this->data->color; ?>" /></td> <td style="background-color:#<?php echo $this->data->color; ?>;" class="inputbox" width="160"> </td> </tr> </table></td> </tr>


LinkBack URL
About LinkBacks
Zitieren
Lesezeichen