Custom datepicker html helper for mvc4 using Razor View - c#-4.0

Are there any tutorial for datepicker control for mvc4 using razor view .
I went through the below mentioned link but sadly it uses aspx instead of razor.
http://www.codesprouts.com/post/Creating-A-DatePicker-Extension-In-ASPNet-MVC.aspx
Could any one please help me in creating datepicker control html helper using razor view.
The main problem is being that i have to get the date picker control in IE8 browser and sadly Jquery Datepicker control doesnt seem to be working in IE8 browser, i tried with several versions of Jquery Library as well. Because of this reason i wanted to build my own custom datepicker html helper . Please suggest some solution

Look here:
http://dotnetfever.com/using-jquery-ui-datepicker-in-mvc-4/
This might be helpful as well:
Very basic jquery datepicker in Razor
http://www.dreamincode.net/forums/topic/288405-using-jquery-datepicker-with-mvc3-and-razor/
http://www.codeproject.com/Articles/344292/ASP-NET-MVC3-Razor-With-jQuery-For-Beginners

Related

Tabulator and Polymer 3

has anyone tried using Tabulator in a Polymer 3 project?
Polymer is not supported by Tabulator but maybe someone has tried to integrate it.
Thanks
Tabulator is a vanilla JS library, as such it will work in any JavaScript Frontend Framework without issue.
The supported frameworks list on the website simply demonstrates how to set it up with those frameworks. If you follow the standard Quickstart Guide you should be up and running in no time.
With most frameworks it is simply a matter of passing a reference to the div created by the framework into the first argument of the constructor instead of the CSS selector string.
You would normally need to instantiate Tabulator after the render phase of your particular framework.
If you do get something setup then please submit some simple demo code as an issue on the Tabulator Git Repo and i can add it to the website to help others
The Framework Documentation includes several examples of setting up Tabulator in a frontend framework that should give you some pointers on how to address the issue.

SPFx Web Part Title using No Javascript Framework

I have been searching all over for any solution to adding a web part title just like the OOTB web parts for my custom SPFx web part.
The only solutions I have been able to find are only ones that use React Framework. I am not using React, I am using the 'No Javascript Framework' option.
Is there a way to achieve this using the 'No Javascript Framework'?
Sure, this is your render view, you could render the data as your format, while it would be more complex as you need code all render logic by yourself, there would be controls have implemented this render logic if you use React.

Add CKEditor add-ons to <pe:ckEditor>

I am using PrimeFaces Extensions <pe:ckEditor> which is basically a server side JSF component which generates the necessary HTML/CSS/JS code output for CKEditor. It works fine, however I have a new requirement which requires me to use either the PBCKCODE or the syntaxhighlighter add-on of CKEditor.
I have successfully created a customized version with those add-ons from their website. However, I have no clue how to integrate those add-ons in <pe:ckEditor>. How can I integrate those add-ons in <pe:ckEditor>?
Is there any reason why you don't want to use the CKEditor directly in stead of using it through pe:ckEditor? At least thats what I did in our project.

Visual JSF Designer

Please can any one tell me from where I can have Visual JSF designer that can be integrated with Eclipse ?
And Why netbeas doesn't have this functionality
I know that Myeclipse provides this ability, but it;s just run on 32-bit in addition it's not free.
Thanks in advance.
If you have the Dynamic Web Module facet and JavaServer Faces facet added on your project, right click on the page you want and choose Open with -> Web Page Editor.
That works only with pure JSF tags, not with third party library ones like Primefaces. You can also go through JSF Web Page Designer, but not sure how it will work since it looks it's not updated since long time ago.

How to paginate when HTML preview is triggered in BIRT RCP?

I've read here that pagination is not possible when using RunAndRenderTask; it should be the separate RunTask and RenderTask to achieve this, correct?
Now, the thing is, we're using BIRT RCP and we cannot implement a separate WebViewer due to our requirements. While I was tracing, however, I noticed that the RCP app uses RunAndRenderTask when I preview the report as HTML. Also, the viewer used is /preview. If I understood this right, for me to get the separated Run & Render tasks, I should be using /frameset.
So, my question is, for BIRT RCP, is there a way to paginate the HTML preview without implementing a separate WebViewer? In short, can I somehow force the base RCP to paginate the HTML in HTML preview? If so, how do I get to the separate Run & Render tasks or use /frameset? I'm not very knowledgeable about emitters and I'm still trying to understand how the HTML emitter was implemented.
Any help would be appreciated!
Found it - set /frameset on the WebViewer class while the controls for the pagination are in the report engine service.

Resources