Developer forum
Subject
Replies
Started by
Last reply
Gettings News v2 editor to use Editor.css from my design folder
Hey. The title says it all.
How do i get the editor in the News v2 module to use my Editor.css stylesheet from my design? If it's not possible, then can i somehow add my own styling to the CSS file the editor is using? Regards Martin ...
Martin Nielsen
04/01/2012 10:26:08
Last post: 18/11/2015 15:07:36
Why doesn't custom development made for Dynamicweb 7 work on DW8 version?
Hi, after upgrading the solution to DW 8 I have this problem: comparing DW 8 test solution with my old version there is a problem in the CMS control panel as you can see from the screenshots in attach. If you look at Templates area, you can see that ...
Giuseppina Giunta
10/11/2015 19:03:51
Last post: 16/11/2015 15:29:58
How to add Custom field to search result item?
Hi, I have added one new product field named "Season" to Product Catalog. I want to show this "Season" field value in the autocompletion list of product search. I have seen that the Product No and Product name are displaying using the following html ...
Erik Pettersson
12/11/2015 06:18:46
Last post: 16/11/2015 12:02:59
Sorting products in razor
How can I sort products the same way they are sorted in backend? Something like ... @foreach (LoopItem i in GetLoop("Products").OrderBy(p => p.Sort)) { // ... } ...
Filip Lundby
10/09/2015 15:39:11
Last post: 03/11/2015 15:08:42
Item template - itemlist and itemrelationlist problems
Hi, I have to create a contactpage where I have 3 levels (contactarea, office/department, employees) and some rules for the employees, so that specific employees is only shown when an office is shown under a specific business area. The structure in D ...
René Poulsen
09/10/2015 09:57:44
Last post: 30/10/2015 03:05:59
Font-Face Woff2 file fails to load
hi guys, Question, http://screencast.com/t/xVRQwFNzQw Looks like Woff2 file is failing to load, I tryed to google what can be done/fixed found some info related to MIME type, but not sure to what I should set this MIMEtype if that is an issue. /Dmitr ...
Dmitrij Jazel
22/05/2015 13:14:21
Last post: 29/10/2015 09:03:26
Item property is not passing from page/paragraph to include
Hi guys, Not sure if anyone eve noticed but I have an issue here. This is what I did. 1) Created an item page called Shopping cart of item type ("Shopping cart"). 2) Added paragraph, and attached module to it with Cart. 3) In the ShowCart.cshtml temp ...
Dmitrij Jazel
15/10/2015 11:31:07
Last post: 16/10/2015 15:28:05
Page object get value (PageShowInLegend)
Hi guys, This one should be fairly easy. If I have Page object in API like this: var page = Dynamicweb.Content.Page.GetPageById(Convert.ToInt32(PageID)); how to I get its "PageShowInLegend" value? /Dmitrij ...
Dmitrij Jazel
05/10/2015 10:39:30
Last post: 09/10/2015 15:10:15
DW renders paragraph template instead of module
Hello, I have a paragraph with Item publisher module. Template field of the paragraph is empty. Dynamic web renders first template by aplhabet instead of module content. If I explicitly choose another template - it renders this anouther template. Dyn ...
Andrey Kozachuk
07/10/2015 11:38:32
Last post: 08/10/2015 08:07:05
Get field dropdown list options from Item Type via API
Hi guys, It's is possible via API to get the fields from a dropdown list? I want to display this information in a razor template for the user select one option. I tried with the ItemManager.Metadata but i got no success. Best regards. António Ramos ...
António Ramos
30/09/2015 19:42:51
Last post: 05/10/2015 13:16:10
Using meta tags on images outside Image gallery?
We would like to be able to use image metadata everywhere. It seems to be only working in the image gallery?
How can we use it on images otside the gallery module? ...
Per Søgaard
21/09/2015 14:07:52
Last post: 05/10/2015 11:06:50
12
Subscribe
BOM samples
Are there razor samples available for BOMConfigurators and BOMProductItems using form fields?
I can't figure out how to set this up properly.
Thanks in advance. ...
Peter Leleulya
29/09/2015 14:27:43
Last post: 01/10/2015 15:48:32
Render sections razor
Is it possible to use RenderSections like here.
http://stackoverflow.com/questions/16611413/how-to-render-script-in-head-section-asp-net-mvc-razor I tried, it did not throw any warnings but the content was not applied. ...
Martin Grønbekk Moen
29/09/2015 15:07:02
Last post: 29/09/2015 16:18:17
Paragraph template @GetItemObject(
Hi guys, I am trying to get an instance of my item that is saved as "item type" property on paragraph item. While I am in the paragraph template, you can call methods like @GetString("Item.stringvalue") or @GetInteger("item.intvalue") etc... But if I ...
Dmitrij Jazel
23/09/2015 09:33:04
Last post: 25/09/2015 17:26:08
Output Custom Field
Hi,
In the User Management I have added a Custom Field named Test and as type Text.
In my Maps module I would like to output the value of that field. Assume I have added the values:
Name: John
Test: Testvalue The code: @foreach (LoopItem i in GetLoop ...
Morten Lund
01/09/2015 10:50:41
Last post: 23/09/2015 03:37:59
Dynamicweb.Content.Paragraph - Get itemlist
Hi guys, am a bit surprised, but it's a bit tricky. What I have so far is a paragraph object: var p_list= Dynamicweb.Content.Paragraph.GetParagraphsByPageID(123); foreach(var p in p_list ){ <p>@p.ID</p> // add snipet here } What I needt t ...
Dmitrij Jazel
08/09/2015 14:52:10
Last post: 18/09/2015 16:01:34
HTML Template : if startswith space
Hello, At some point in my code I must test for the content of a custom user field. This field comes directly from the data integration and contains either a real value, or just spaces. I haven't found a way to trim it on import in the job. However i ...
Gaetan Di Caro
18/09/2015 12:28:47
Last post: 18/09/2015 13:56:56
Multi-step forms
Is it possible to make multi-step or wizard-like forms using "Forms for Editors" or do I have to make my own hard-coded? ...
Kurt Moskjær Andersen
13/09/2015 15:19:46
Last post: 15/09/2015 16:03:26
Forms for editors and itemlists
Is it possible to use itemlists in forms for editors, in order to let the customer select an item from a populated list? ...
Kurt Moskjær Andersen
10/09/2015 10:44:22
Last post: 10/09/2015 13:10:52
@Include svg
Hi, I've created an item where I have to choose an icon. The icon is a svg file and instead of just using it in an img tag, I want to have the svg inline. I tried using like this: @{ string icon = GetString("Item.Icon") } @Include("@icon"). This is n ...
René Poulsen
31/08/2015 11:33:40
Last post: 04/09/2015 11:31:42