Questions tagged [sitefinity-feather]

23 questions
3
votes
1 answer

Sitefinity MVC Feather Widgets - prevent caching

I'm using the feather package and building feather widgets for Sitefinity 9.1. I can't seem to override the Output Cache for the widgets using the OutputCache attribute: [OutputCache(NoStore = true, Duration = 0, VaryByParam = "*")]. I don't want to…
drogon
  • 1,785
  • 3
  • 21
  • 34
3
votes
1 answer

What object type is used for a single related image property in Sitefinity?

I've added a custom field to the news widget called RelatedImage which I want to display in a custom News List MVC template. Note: the custom field is a Related media (images, videos, files) field with the limitation of "Multiple images can be…
Jacques
  • 6,936
  • 8
  • 43
  • 102
2
votes
0 answers

How access one controller properties in another controller

How access one controller data in another controller. I'm using ASP.NET MVC 4. I am trying to access one controller properties in another controller. I'm not getting this. I'm not sure if this is possible? Here are my formcontroller…
Balanjaneyulu K
  • 3,660
  • 5
  • 24
  • 45
1
vote
1 answer

After creating form in sitefinity facing issue : Uncaught TypeError: Cannot read property 'querySelectorAll' of undefined

In sitefinity 9.1, We created a mvc only form using form control then we drag and drop this form in page. After placing form inside the Page we facing issues of Jquery from ScriptResource.axd & it's related showing message : Uncaught TypeError:…
Anand Thakkar
  • 302
  • 3
  • 18
1
vote
3 answers

Filter expression for dynamic content in sitefinity

Using SF 9.1 feather. Have created two modules in the module builder. One is a related data field of other. Specifically products is the parent and promotions is the child. When I drop the product widget onto a page I like to specify a filter vs…
Heems
  • 49
  • 7
1
vote
1 answer

Sitefinity Feather custom action form

I've got the following problem: in Sitefinity (9.1, Feather) I need a form, which can call 3rd party API (Mandrill) once submitted. As far as I understand, I need some kind of custom widget or something. Any help would be very appreciated. Thanks
berliner
  • 1,887
  • 3
  • 15
  • 23
1
vote
1 answer

Sitefinity Custom Fields for list widgets and how to use them in MVC view templates

I've added a Custom Field to the List Widget in Sitefinity 8.1, it's Type is Related data and it's Data type is Pages. The field name is LinkedPageUrl. Works perfectly in the back end allowing me to select a page from system and store it against…
Jacques
  • 6,936
  • 8
  • 43
  • 102
0
votes
1 answer

Sitefinity - AutoGenerated Fields - Not persisting values

I'm exploring the use of the autogenerated fields in SiteFinity widget designers. The fields are generated as expected. However, the selected values aer not persisted to the model. I.e. the FAQs property remains null after selecting in the widget…
Lee
  • 703
  • 6
  • 20
0
votes
0 answers

How do I use the sitefinity dynamic content controller?

I am trying to use the DynamicContentController by inheritance [ControllerToolboxItem(Name = "TT_FAQ_test_MVC", Title = "TT_FAQ_test_MVC", SectionName = "TT Widgets")] …
Lee
  • 703
  • 6
  • 20
0
votes
1 answer

SiteFinity- Included Captcha Form Widget does not contain alt tag

SiteFinity noob here. I've edited the widget via File Manager: Resource Packages>Bootstrap>MVC>Views>Captcha. the file there is "Write.default.cshtml". I changed the following line-
LisaH
  • 163
  • 2
  • 13
0
votes
2 answers

Not able to login to sitefinity backend when restoring a copy of its database on a local computer

I have recently started learning Sitefinity and done its setup and trying to login into Sitefinity backend by restoring a copy of an its existing database on my local system but my user is not present in that database so how can I login into the…
0
votes
1 answer

Sitefinity Decompiling Telerik.Sitefinity.Frontend.Lists Dll causing errors

I need to update sitefinity Telerik.Sitefinity.Frontend.Lists dll (version 10.1.6544). When I decompiled this dll through JustDecomplile Tool, I got tpye error on typeof(Tuple).Create File …
Sami Hussain
  • 179
  • 3
  • 9
0
votes
1 answer

Could not find the sitemap node with URL '/login' in sitefinity

Iam trying to creating a multi-language site. After enabling the 2nd language, I tried to load the page using the pages section in sitefinity, at that time this error is triggering. Can you please help me to overcome this. enter image description…
0
votes
1 answer

Sitefinity Custom Widget - deploying external assembly

We are building a custom widget for Sitefinity. Looking at the options available we have chosen to go with the external MVC assembly approach to reduce dependencies. However, it appears that we still need to reference the custom widget assembly from…
Murray Foxcroft
  • 12,785
  • 7
  • 58
  • 86
0
votes
1 answer

Sitefinity - Get Sub Library Name List Template

So I'm making a list template for Sitefinity's document widget. The documents are in a library that is located in another library and I want to display that sub library name at the top of the list. The thing is I cant get that sub library name I can…
will
  • 31
  • 2
1
2