Click here to Skip to main content
15,895,011 members
Home / Discussions / JavaScript
   

JavaScript

 
AnswerRe: angular translate problem Pin
Nathan Minier1-Feb-17 2:17
professionalNathan Minier1-Feb-17 2:17 
QuestionAJAX javascript Query Not executing properly Pin
Jason Nielsen24-Jan-17 14:18
Jason Nielsen24-Jan-17 14:18 
AnswerRe: AJAX javascript Query Not executing properly Pin
F-ES Sitecore24-Jan-17 23:04
professionalF-ES Sitecore24-Jan-17 23:04 
PraiseRe: AJAX javascript Query Not executing properly Pin
Jason Nielsen25-Jan-17 6:45
Jason Nielsen25-Jan-17 6:45 
AnswerRe: AJAX javascript Query Not executing properly Pin
F-ES Sitecore25-Jan-17 3:48
professionalF-ES Sitecore25-Jan-17 3:48 
GeneralRe: AJAX javascript Query Not executing properly Pin
Jason Nielsen28-Jan-17 17:06
Jason Nielsen28-Jan-17 17:06 
GeneralRe: AJAX javascript Query Not executing properly Pin
F-ES Sitecore29-Jan-17 22:00
professionalF-ES Sitecore29-Jan-17 22:00 
GeneralRe: AJAX javascript Query Not executing properly Pin
F-ES Sitecore30-Jan-17 23:01
professionalF-ES Sitecore30-Jan-17 23:01 
I had a look at what comes back and they do wrap the html in classes so your best bet is to just apply the styles you want to the components to fit your site. If you use the browser dev tols (f12) to "Inspect" the text you'll see the markup and what classes are attached but the main ones are here

.wod_header {
    font-size: 1.2em;
    font-style: italic;
}

.wod_comment {
    font-size:0.9em;
}

.ListRecords {

}

.section_title {
    font-weight:bold;
    font-size:1.2em;
}

.component_show_wrapper {
    margin: 10px;
}

.component_name {
    color:#0000ff;
}

.component_wrapper {
    font-style:italic;
}

.component_comment {
    color:#aaaaaa;
    font-size:0.9em;
    font-style:normal;
}


That's not going to make it look nice, but it should demonstrate what parts of the text have what classes attached to them.
Questiondwg to jpg using javascript Pin
solynaseng19-Jan-17 4:50
solynaseng19-Jan-17 4:50 
AnswerRe: dwg to jpg using javascript Pin
Eddy Vluggen19-Jan-17 4:56
professionalEddy Vluggen19-Jan-17 4:56 
GeneralRe: dwg to jpg using javascript Pin
solynaseng19-Jan-17 5:32
solynaseng19-Jan-17 5:32 
AnswerRe: dwg to jpg using javascript Pin
Richard MacCutchan19-Jan-17 5:29
mveRichard MacCutchan19-Jan-17 5:29 
GeneralRe: dwg to jpg using javascript Pin
solynaseng19-Jan-17 5:34
solynaseng19-Jan-17 5:34 
GeneralRe: dwg to jpg using javascript Pin
Richard MacCutchan19-Jan-17 5:42
mveRichard MacCutchan19-Jan-17 5:42 
GeneralRe: dwg to jpg using javascript Pin
solynaseng19-Jan-17 6:00
solynaseng19-Jan-17 6:00 
GeneralRe: dwg to jpg using javascript Pin
dandy7219-Jan-17 6:40
dandy7219-Jan-17 6:40 
GeneralRe: dwg to jpg using javascript Pin
Rajesh R Subramanian19-Jan-17 12:38
professionalRajesh R Subramanian19-Jan-17 12:38 
GeneralRe: dwg to jpg using javascript Pin
dandy7219-Jan-17 13:42
dandy7219-Jan-17 13:42 
GeneralRe: dwg to jpg using javascript Pin
Richard MacCutchan19-Jan-17 22:26
mveRichard MacCutchan19-Jan-17 22:26 
GeneralRe: dwg to jpg using javascript Pin
Rajesh R Subramanian20-Jan-17 0:01
professionalRajesh R Subramanian20-Jan-17 0:01 
AnswerRe: Can you tell me what Jquery script this? Pin
ZurdoDev19-Jan-17 2:00
professionalZurdoDev19-Jan-17 2:00 
GeneralRe: Can you tell me what Jquery script this? Pin
Richard Deeming19-Jan-17 2:35
mveRichard Deeming19-Jan-17 2:35 
GeneralRe: Can you tell me what Jquery script this? Pin
ZurdoDev19-Jan-17 3:12
professionalZurdoDev19-Jan-17 3:12 
GeneralRe: Can you tell me what Jquery script this? Pin
Richard Deeming19-Jan-17 3:57
mveRichard Deeming19-Jan-17 3:57 
GeneralRe: Can you tell me what Jquery script this? Pin
ZurdoDev19-Jan-17 4:11
professionalZurdoDev19-Jan-17 4:11 

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.