Oppblåsthet 10 ml

Pris
kr 119,00
' + '<%-customField.label %>' + '
'; var textSymbolTemplate = '<% var valueToUse = (symbol && typeof(symbol.valueProvider) == \'function\' ? symbol.valueProvider(customField) : customField.rawValue);%>' + '
' + '
' + '<%=customField.label%> <%=valueToUse%>' + '
' + '
<%=valueToUse%>
' + '
'; // Declare supported for symbols custom fields. // If image and valueProvider is not declared, default logic will be used (see template declaration above) var symbols = { 'strikkepinne': {}, 'heklenaal': {}, 'strikkefasthet': {}, 'garnkvalitet': {}, 'almVask': { image: symbolsImagesDirectoryPath + 'AlmVask.png' }, 'sknevask': { image: symbolsImagesDirectoryPath + 'Skaanevask.png', valueProvider: function (customField) { return customField.guiFriendlyValue + '°'; } }, 'ekstraSknevask': { image: symbolsImagesDirectoryPath + 'EkstraSkaanevask.png', valueProvider: function (customField) { return customField.guiFriendlyValue + '°'; } }, 'hndvask': { image: symbolsImagesDirectoryPath + 'Haandvask.png' }, 'tlerIkkeVask': { image: symbolsImagesDirectoryPath + 'TaalerIkkeVask.png' }, 'strykingMedLavVarme': {}, 'strykingMedMiddelsVarme': {}, 'mIkkeStrykes': { image: symbolsImagesDirectoryPath + 'MaaIkkeStrykes.png' }, 'mIkkeITrketrommel': { image: symbolsImagesDirectoryPath + 'MaaIkkeITorketrommel.png' }, 'liggetrkes': { image: symbolsImagesDirectoryPath + 'Liggetorkes.png' }, 'rensing': { image: symbolsImagesDirectoryPath + 'Rensing.png' }, }; _.each(customFields, function (customField) { // Check if the custom filed is declared in our supported for symbols custom fields and it has a value specified if (typeof (symbols[customField.alias]) !== 'undefined' && customField.rawValue) { // Create html for symbol var symbolHtml = _.template(customField.editorType == 'checkbox' ? symbolTemplate : textSymbolTemplate, { customField: customField, symbol: symbols[customField.alias], symbolsImagesDirectoryPath: symbolsImagesDirectoryPath }); /* if ($symbolsContainer.length === 0) { $symbolsContainer = $('
'); $mainContainer.append($symbolsContainer); } */ $symbolsContainer.append(symbolHtml).removeClass('hide'); } }); } })(jQuery, _, window);
Din nettleser er utdatert!

For å kunne bruke alle funksjoner på nettsiden må du oppdatere nettleseren. Oppdater min nettleser nå

×