Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F100912594
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
Mon, Feb 3, 21:33
Size
616 B
Mime Type
text/x-java
Expires
Wed, Feb 5, 21:33 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
24052703
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