Difference between revisions of "Desktop"
Adelo Vieira (talk | contribs) |
Adelo Vieira (talk | contribs) |
||
| Line 180: | Line 180: | ||
**[[Data Science#Naive Bayes]] | **[[Data Science#Naive Bayes]] | ||
</sidebarmenu> | </sidebarmenu> | ||
| + | |||
| + | |||
| + | '''Esto permite colocar el área de edición en Full screem:''' | ||
| + | <syntaxhighlight lang="javascript"> | ||
| + | $("#bodyContent").css({'cssText':'position: fixed; top: 0pt; left: 0pt; bottom: 0; right: 0; overflow: auto; background: white;'}) | ||
| + | </syntaxhighlight> | ||
</div> | </div> | ||
| + | |||
Revision as of 23:16, 13 February 2021
This is a protected page.
|
Estudio actual |
|
Pendiente con esta extensión podría ser muy útil:
Esto permite colocar el área de edición en Full screem:
$("#bodyContent").css({'cssText':'position: fixed; top: 0pt; left: 0pt; bottom: 0; right: 0; overflow: auto; background: white;'})