Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102554166
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, Feb 21, 23:02
Size
645 B
Mime Type
text/x-java
Expires
Sun, Feb 23, 23:02 (2 d)
Engine
blob
Format
Raw Data
Handle
24359264
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
display.js
View Options
import
style
from
'./style'
;
import
compose
from
'./compose'
;
export
var
displayPrint
=
style
({
prop
:
'displayPrint'
,
cssProperty
:
false
,
transform
:
function
transform
(
value
)
{
return
{
'@media print'
:
{
display
:
value
}
};
}
});
export
var
displayRaw
=
style
({
prop
:
'display'
});
export
var
overflow
=
style
({
prop
:
'overflow'
});
export
var
textOverflow
=
style
({
prop
:
'textOverflow'
});
export
var
visibility
=
style
({
prop
:
'visibility'
});
export
var
whiteSpace
=
style
({
prop
:
'whiteSpace'
});
export
default
compose
(
displayPrint
,
displayRaw
,
overflow
,
textOverflow
,
visibility
,
whiteSpace
);
Event Timeline
Log In to Comment