Skip to content

Instantly share code, notes, and snippets.

@danielo515
Last active August 29, 2015 14:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danielo515/6ac826906257e55071c7 to your computer and use it in GitHub Desktop.
Save danielo515/6ac826906257e55071c7 to your computer and use it in GitHub Desktop.
Styles are not being applied
.panel {width:45%; float:left; display:inline-block}
#result_raw {font-size:50%}
({
"id": "cw.Soapclient",
"params": {
},
"data": {
"results": {
"rows": [],
"text": ""
},
"msisdn_list": "",
"SoapPars": {
"referenceId": ""
}
},
"init": function ($form,form) {
$form.html(this.html)
},
"ui": {
"#msisdn_list": "msisdn_list"
},
"style": {},
"html": "<div>\n\t<nav><button>play</button></nav>\n\t<div id=\"panel\" class=\"fl dib w50p\">\n\t\t<label for=\"referenceId\" class=\"dib\">Reference ID:</label>\n\t\t<input type=\"text\" id=\"referenceId\">\n\t\t<textarea id=\"msisdn_list\"></textarea>\n\t</div>\n\t<div id=\"Right_pane\" class=\"fl dib w50p\">\n\t\t<textarea type=\"text\" id=\"result_raw\"></textarea>\n\t</div>\n</div>"
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment