Quantcast
Channel: jQuery Library for SharePoint Web Services
Viewing all articles
Browse latest Browse all 6517

Closed Issue: Make SPComplexToSimpleDropdown Work in 2013 Publishing Pages [10153]

$
0
0
At line 1762 in 2013.01, changed from:

// Append the new simple select to the form
$(columnSelect.Obj).closest("td").prepend(simpleSelect);

to this:

// Append the new simple select to the form. In 2007/2010 inside a td, in 2013 publishing pages inside a div.
$(columnSelect.Obj).closest("td, div").prepend(simpleSelect);
Comments: Released in 2013.02

Viewing all articles
Browse latest Browse all 6517

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>