enable page transition ONLY for dialog?

enable page transition ONLY for dialog?

documentation for page transitions is:
ajaxEnabled ( boolean, default: true):
jQuery Mobile will automatically handle link clicks and form submissions through Ajax, when possible. If false, url hash listening will be disabled as well, and urls will load as regular http requests.

but it should read:
"if false, this will disable every page transitions and it will not be possible to force link clicks and form submissions through Ajax"

I was really hoping that the default behaviour would be to not use Ajax, not completely disable Ajax.