Danny Hong
My feedback
5 results found
-
4 votesDanny Hong supported this idea ·
-
9 votesDanny Hong supported this idea ·
-
33 votesDanny Hong supported this idea ·
-
79 votes
Thank you for your feedback. In the upcoming release, you will be able to log in to Caspio applications using browsers with cross-site tracking prevention enabled. This will work for applications deployed with all methods except iFrame deployment. Stay tuned for iFrame solution update in the future releases.
Danny Hong supported this idea · -
9 votes
An error occurred while saving the comment
styler pro extension for chrome
https://chrome.google.com/webstore/detail/styler-pro/hbhkfnpodhdcaophahpkiflechaoddoi
and firefox.
https://addons.mozilla.org/en-US/firefox/addon/styler-pro/
actually styler pro didn't work on firefox. you can use code injector instead.
https://addons.mozilla.org/en-US/firefox/addon/codeinjector/
@Joshua Jobin you can't click and drag but ctrl-click works to select multiple elements at a time.
these are the edits I made:
.ConfigureFilesListCtnr {width:272px!important;} /* make Datapage elements column wider */
.ConfigureFieldsRightArea {left:272px!important;} /* Adjust right side so no overlap */
.RuleOptionsCtnr {left:271px!important;} /* in Rules tab, make Rules list column wider*/
.MoveFieldsButtonContainer {width:266px!important;} /* in Rules tab, make remove/add buttons column match*/
#DPContainer {width:unset!important;} /* Right side extends full width of screen*/
textarea { /* change the Source Code font */
font-size:16px!important;
font-family: Sudo, Consolas, monospace!important;
}