Last active
August 29, 2015 14:26
-
-
Save danielo515/6ac826906257e55071c7 to your computer and use it in GitHub Desktop.
Styles are not being applied
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.panel {width:45%; float:left; display:inline-block} | |
#result_raw {font-size:50%} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
({ | |
"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