CMS MADE SIMPLE FORGE

Extended Content Blocks

 

[#10604] MULTISELECT DROPDOWN

avatar
Created By: extrastereo (extrastereo)
Date Submitted: Thu Aug 20 09:12:53 -0400 2015

Assigned To: Zdeno Kuzmany (xxl)
Version: 1.6
CMSMS Version: 1.12
Severity: Critical
Resolution: None
State: Open
Summary:
MULTISELECT DROPDOWN
Detailed Description:
I have a multiselct / dropdown, which is populated from a UDT.
This works, but the multiselct does NOT RETAIN the visible selection, when you
return to the page.
ie :-It appears as if no selections have been made.

{content_module module="ECB" field="dropdown_from_udt" block="tagselect"
label="Select tags here" udt='categories'  size="50" multiple="true"
assign='tagselect' tab='Tags'}

Where UDt is :-

cms_utils::get_module('CGBlog');
$blogcategories = cgblog_ops::get_category_list(FALSE,null,FALSE);
$catarray = array_combine($blogcategories, $blogcategories);
return $catarray;


History

Updates

Updated: 2015-08-20 11:47
resolution_id: => 5
assigned_to_id: 100 => 4236