Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F99447465
display.js
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Jan 24, 15:52
Size
616 B
Mime Type
text/x-java
Expires
Sun, Jan 26, 15:52 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23797290
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
display.js
View Options
import
style
from
'./style'
;
import
compose
from
'./compose'
;
export
const
displayPrint
=
style
({
prop
:
'displayPrint'
,
cssProperty
:
false
,
transform
:
value
=>
({
'@media print'
:
{
display
:
value
}
})
});
export
const
displayRaw
=
style
({
prop
:
'display'
});
export
const
overflow
=
style
({
prop
:
'overflow'
});
export
const
textOverflow
=
style
({
prop
:
'textOverflow'
});
export
const
visibility
=
style
({
prop
:
'visibility'
});
export
const
whiteSpace
=
style
({
prop
:
'whiteSpace'
});
export
default
compose
(
displayPrint
,
displayRaw
,
overflow
,
textOverflow
,
visibility
,
whiteSpace
);
Event Timeline
Log In to Comment