Click here to Skip to main content
15,889,034 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: ASP Sitemap Pin
Lord_Nick6927-Mar-15 7:26
Lord_Nick6927-Mar-15 7:26 
QuestionUnable to bind JQGrid with the json data using html and httphandler Pin
Karthik@201210-Feb-15 18:37
Karthik@201210-Feb-15 18:37 
SuggestionRe: Unable to bind JQGrid with the json data using html and httphandler Pin
Richard MacCutchan10-Feb-15 22:16
mveRichard MacCutchan10-Feb-15 22:16 
QuestionREST API User Authentication Pin
IsoftTech10-Feb-15 8:37
IsoftTech10-Feb-15 8:37 
AnswerRe: REST API User Authentication Pin
Afzaal Ahmad Zeeshan13-Feb-15 1:24
professionalAfzaal Ahmad Zeeshan13-Feb-15 1:24 
Questionusing OUT in PDO and PHP Pin
Jassim Rahma9-Feb-15 1:20
Jassim Rahma9-Feb-15 1:20 
QuestionRe: using OUT in PDO and PHP Pin
ZurdoDev9-Feb-15 5:05
professionalZurdoDev9-Feb-15 5:05 
QuestionAdd payment option Pin
Super Lloyd6-Feb-15 18:26
Super Lloyd6-Feb-15 18:26 
AnswerRe: Add payment option Pin
Afzaal Ahmad Zeeshan6-Feb-15 20:38
professionalAfzaal Ahmad Zeeshan6-Feb-15 20:38 
GeneralRe: Add payment option Pin
Super Lloyd6-Feb-15 22:15
Super Lloyd6-Feb-15 22:15 
AnswerRe: Add payment option Pin
Afzaal Ahmad Zeeshan6-Feb-15 23:38
professionalAfzaal Ahmad Zeeshan6-Feb-15 23:38 
GeneralRe: Add payment option Pin
Super Lloyd7-Feb-15 0:05
Super Lloyd7-Feb-15 0:05 
GeneralRe: Add payment option Pin
Afzaal Ahmad Zeeshan7-Feb-15 0:09
professionalAfzaal Ahmad Zeeshan7-Feb-15 0:09 
SuggestionRe: Add payment option Pin
Richard Deeming9-Feb-15 3:08
mveRichard Deeming9-Feb-15 3:08 
GeneralRe: Add payment option Pin
Super Lloyd9-Feb-15 10:43
Super Lloyd9-Feb-15 10:43 
Questionwhy (Cannot send session)?! Pin
Jassim Rahma3-Feb-15 21:09
Jassim Rahma3-Feb-15 21:09 
QuestionBorderline programing question sorry.. :'( Pin
Super Lloyd29-Jan-15 3:20
Super Lloyd29-Jan-15 3:20 
AnswerRe: Borderline programing question sorry.. :'( Pin
Richard Deeming29-Jan-15 8:08
mveRichard Deeming29-Jan-15 8:08 
GeneralRe: Borderline programing question sorry.. :'( Pin
Super Lloyd29-Jan-15 12:48
Super Lloyd29-Jan-15 12:48 
AnswerRe: Borderline programing question sorry.. :'( Pin
Kornfeld Eliyahu Peter29-Jan-15 9:00
professionalKornfeld Eliyahu Peter29-Jan-15 9:00 
GeneralRe: Borderline programing question sorry.. :'( Pin
Super Lloyd29-Jan-15 12:49
Super Lloyd29-Jan-15 12:49 
AnswerRe: Borderline programing question sorry.. :'( Pin
Afzaal Ahmad Zeeshan6-Feb-15 20:37
professionalAfzaal Ahmad Zeeshan6-Feb-15 20:37 
GeneralRe: Borderline programing question sorry.. :'( Pin
Super Lloyd6-Feb-15 22:13
Super Lloyd6-Feb-15 22:13 
QuestionAdvanced HTML (client side) Templating: Custom Markup Pin
Super Lloyd24-Jan-15 17:30
Super Lloyd24-Jan-15 17:30 
On my website I am using bootstrap tabs[^].

It's a lot of verbose HTML to write...
(not to mention the need to write unique id by hand)

Really what I would like to, is torture KnockoutJS[^] or VueJS[^] (please, no AngularJS... unless you have a fully working sample! Poke tongue | ;-P ) so that I can create some sort of component that I can initialize like that (i.e. data binding optional! i.e. not mandatory! inline html in my sample!)
HTML
<rs-tabpanel>
	<rs-tabheader> Header 1 </rs-tabheader>
	<rs-tabitem> <b>Content</b> 1 </rs-tabitem>
	<rs-tabheader> Header 2 </rs-tabheader>
	<rs-tabitem> <b>Content</b> 2 </rs-tabitem>
</rs-tabpanel>

And it will output the right HTML for me!
Any tips? suggestions? links? code sample?
Thanks! Big Grin | :-D

[EDIT] My question is about how to implement this markup syntax!

I know I could probably do it with some almost not clucky databinding...
I already know how!
Today I want to go further... And implement a nice markup syntax!
All in one Menu-Ribbon Bar
DirectX for WinRT/C# since 2013!
Taking over the world since 1371!


modified 25-Jan-15 5:19am.

AnswerRe: Advanced HTML (client side) Templating Pin
Super Lloyd24-Jan-15 20:30
Super Lloyd24-Jan-15 20:30 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.