verticalMenulayout: 'box',
class in js.
Use the following code to use Box-Layout Menu .
$( document ).ready(function() {
$( "#pcoded" ).pcodedmenu({
verticalMenulayout: 'box',
});
});