Select * for multi-select options

edited May 2015 in Modules
i have a multi-select for a list of articles such as

'whatsnew_articles'=>array('type'=>'multi','options'=>$articles, 'value'=>$articles, 'sorting'=>TRUE),

now i want by default all values to be selected, that is all articles on the right column and leave the left column empty. but when i set the value as $articles like above, the multi select simply fail to appear

the reason why i want to do this is acutally i want to utilize the sorting ability of multi-select. that will save me time to implement a sorting for custom layout fields.

Comments

Sign In or Register to comment.