Search found 2 matches

Go to advanced search

by marcelv
Tue Sep 15, 2020 12:02 am
Forum: Extensions and Plugins for CSHTML5
Topic: FileSaver Extension for CSHTML5
Replies: 1
Views: 23630

Re: FileSaver Extension for CSHTML5

Using this extension I am trying to save an array of bytes as-is to a file. This is the C# code I have: byte[] contents = <byte array retrieved from somewhere else>; object fileBlob = CSHTML5.Interop.ExecuteJavaScript(@"new Blob([$0], {type: 'application/octet-stream'})", contents); FileSa...
by marcelv
Tue Dec 10, 2019 6:41 am
Forum: Technical Support
Topic: Styling the validatoin tool tip
Replies: 1
Views: 10778

Styling the validatoin tool tip

Hi, In our CSHTML5 application we need to give the validatoin tool tip (showing a hint to the user about the incorrect input) to have another style and position, By default the tool tip is placed behind the control as a red rectangle with white text. I need to position the tool tip below the control...

Go to advanced search

 

 

cron