Note that there are some explanatory texts on larger screens.

plurals
  1. POjoomla module configuration field type color
    primarykey
    data
    text
    <p>in my joomla 2.5 module settings i have many color picker fields as follows.for this i showed only one.</p> <pre><code>&lt;config&gt; &lt;fields name="params"&gt; &lt;fieldset name="module_design" label="design settings"&gt; &lt;field name="fb_color1" type="color" default="#333333" label="backg color" /&gt; .....................other color picker fields not shown here............... </code></pre> <p>there are 20 color picker fields but after 14th color picker field, rest of the color picker fields not showing color picker when mouse clicked on field input box.so first 14 showing but not others !! i tried to move those in another fieldset but no solution.</p> <p>Edited: Here are all fields under design fieldset.i did not posted other fieldsets.so problem was color picker was not appearing starting from fb_postandlinksecbordercolor field.now having problem that only first field's color picker showing not others!</p> <pre><code>&lt;fieldset name="module_design_settings" label="wall feeds view design settings"&gt; &lt;field name="fb_postcolor" type="color" default="#333333" label="LABEL_POSTCOLOR" /&gt; &lt;field name="fb_backcolor" type="color" default="#FFFFFF" label="LABEL_BACKCOLOR" /&gt; &lt;field name="fb_backcolorcom" type="color" default="#EDEFF4" label="LABEL_BACKCOLORCOMMENTS" /&gt; &lt;field name="fb_colorcom" type="color" default="#333333" label="LABEL_COMMENTSCOLOR" /&gt; &lt;field name="fb_postbordercolor" type="color" default="#F0F0F0" label="LABEL_POSTBORDERCOLOR" /&gt; &lt;field name="fb_linkcolor" type="color" default="#3B5998" label="LABEL_LINKSCOLOR" /&gt; &lt;field name="fb_datecolor" type="color" default="#777" label="LABEL_DATECOLOR" /&gt; &lt;field name="fb_postlikebgcolor" type="color" default="#EDEFF4" label="LABEL_LIKESECBKCOLOR" /&gt; &lt;field name="fb_postlikeseccolor" type="color" default="#333333" label="LABEL_LIKESECTEXTCOLOR" /&gt; &lt;field name="fb_postlikenumccolor" type="color" default="#3B5998" label="LABEL_LIKESECNUMBERCOLOR" /&gt; &lt;field name="fb_wallpostcolor" type="color" default="white" label="wall post section background color" /&gt; &lt;field name="fb_postandlinkcolor" type="color" default="#333333" label="wall post and link text color" /&gt; &lt;field name="fb_activepostandlinkcolor" type="color" default="maroon" label="active wall post/link text color" /&gt; &lt;field name="fb_postandlinksecbordercolor" type="color" default="#CCCCCC" label="wall post/link section border color" /&gt; &lt;field name="fb_postandlinkseccolor" type="color" default="black" label="wall post/link section text color" /&gt; &lt;field name="fb_postsechintcolor" type="color" default="maroon" label="wall post/link section hint text color" /&gt; &lt;field name="fb_posttofbbtnsecbackcolor" type="color" default="#f2f2f2" label="'click to write post'/'post' button section background color" /&gt; &lt;field name="fb_posttofbbtnbackcolor" type="color" default="#6079AB" label="'click to write post'/'post' button background color" /&gt; &lt;field name="fb_posttofbbtncolor" type="color" default="white" label="'click to write post'/'post' button text color" /&gt; &lt;/fieldset&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload